Other
PROGMEMAssert
Joshua Booth <boothin8or@gmail.com>
Assert for Arduino that saves RAM by storing assert strings in PROGMEM and prints to Serial.
Implementing a standard C assert eats up your RAM because it doesn't know anywhere else to store the debugging strings. This version stores the strings in program memory (PROGMEM) and uses no extra RAM to do so. File name and line number are printed to Serial, and the built-in LED is flashed three times about every 2 seconds.
Go to repositoryThis library is compatible with the avr architectures.
Compatibility with an architecture means that code can be compiled and uploaded to a board from the list below:
Samd