From c8cffb785beb4ed3539a3740e336ff3fe54c9636 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Wed, 30 Jun 2021 16:48:08 +0300 Subject: [PATCH] Add TinyDebug library (#139) Use this library to log debug information from your code while running ATtiny85 projects on the [Wokwi Arduino Simulator](https://wokwi.com). It provides an interface similar to the familiar Serial object. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 50327dce..10577de6 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3861,6 +3861,7 @@ https://github.com/Wiznet/WizFi250_arduino_library https://github.com/Wiznet/WizFi310_arduino_library https://github.com/wloche/LcdProgressBar https://github.com/wloche/LcdProgressBarDouble +https://github.com/wokwi/TinyDebug https://github.com/wolfv6/keybrd https://github.com/Wolkabout/WolkConnect-Arduino https://github.com/wollewald/ADS1115_WE