LightTracker-1.0/libraries/Arduino-MemoryFree/pgmStrToRAM.h

6 wiersze
118 B
C
Executable File

#include <avr/pgmspace.h>
#define getPSTR(s) pgmStrToRAM(PSTR(s))
char *pgmStrToRAM(PROGMEM const char *theString);