Skip to content
/ Hexdump Public

Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().

License

Notifications You must be signed in to change notification settings

lnlp/Hexdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino library for creating hexdumps from program memory and view these on the serial monitor.

Initially designed for ESP8266, therefore uses printf() instead of standard Arduino print() and println() methods. printf() is more flexible and more powerful but uses more memory which should be less of an issue on modern 32-bit microcontrollers.

For some microprocessor platforms / Arduino cores printf() needs to be explitly enabled. For others like ESP32 and ESP8266 this is default enabled.

About

Arduino library for creating hexdumps from program memory and view these on the serial monitor. Uses printf().

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages