Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().
arduino library arduino-library hexdump serial-port memory-dump serial-monitor memory-dumper hexdump-viewer
- Updated
Nov 20, 2021 - C
Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().
The Arduino library provides a unique form of debugging. The Rdebug library defines different debug levels, as in many similar debugging frameworks. Turn these statements On and Off with a #define. It only takes a few minutes to grasp how to use it, and the debugging statements are super-fast since it is based only on macros.
Add a description, image, and links to the serial-monitor topic page so that developers can more easily learn about it.
To associate your repository with the serial-monitor topic, visit your repo's landing page and select "manage topics."