You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/parts/wokwi-attiny85.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The ATtiny85 is a small 8-bit AVR microcontroller. It has 8KB of Flash program m
28
28
29
29
### Debug prints with TinyDebug
30
30
31
-
You can use the [TinyDebug library](https://github.com/wokwi/TinyDebug) to print debug messages from your code. These messages appear in Wokwi's Serial Monitor. To use the library, include "TinyDebug.h" in your project and create a [libraries.txt](../guides/libraries) file with the text "TinyDebug" in it.
31
+
You can use the [TinyDebug library](https://github.com/wokwi/TinyDebug) to print debug messages from your code. These messages appear in Wokwi's Serial Monitor. To use the library, include "TinyDebug.h" in your project and create a [libraries.txt](../../guides/libraries) file with the text "TinyDebug" in it.
32
32
33
33
Call `Debug.begin()` and then print your debug messages using `Debug.println()`:
34
34
@@ -83,7 +83,7 @@ For a complete code example, check out the [TinyDebug demo project on Wokwi](htt
83
83
### Serial Output
84
84
85
85
The ATtiny85 doesn't have a dedicated UART peripheral, but it it still possible to get Serial Output using the Software Serial library.
86
-
For more information and demo code, please see the [Serial Monitor Guide](../guides/serial-monitor#attiny85--softwareserial).
86
+
For more information and demo code, please see the [Serial Monitor Guide](../../guides/serial-monitor#attiny85--softwareserial).
87
87
88
88
### I2C
89
89
@@ -93,18 +93,18 @@ For I2C communication use the [TinyWireM](https://github.com/adafruit/TinyWireM)
93
93
94
94
The ATtiny85 is simulated using the [AVR8js Library](https://github.com/wokwi/avr8js). The table below summarizes the status of features:
0 commit comments