Skip to content

Commit 194d385

Browse files
authored
Update README.md
1 parent 418d382 commit 194d385

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Arduino Fast Oscilloscope
2-
The avdweb_Fast_Oscilloscope is a powerful tool to display and analyze real-time internal data signals inside or outside a microcontroller in a graphical way.
2+
## When should you use the Fast Oscilloscope library?
3+
When conventional debugging via the serial monitor isn't feasible.
34

4-
It is intended for debugging where the serial monitor is too slow.
5+
When the data is too fast for the serial monitor.
56

6-
No special hardware is required.
7+
When oscilloscope functionality is required.
8+
9+
## Eliminating the disruption of the program by the serial monitor
10+
It is not always possible to debug Arduino programs by the serial monitor, as this disrupts the progress of the program. That's why I developed the Fast Oscilloscope, it has helped me with a lot with complex projects.
711

812
See the website:
913
http://www.avdweb.nl/arduino/libraries/oscilloscope.html

0 commit comments

Comments
 (0)