Useful utility functions. More...
#include <WProgram.h>
#include <avr/pgmspace.h>
Go to the source code of this file.
Defines | |
#define | PgmPrint(x) SerialPrint_P(PSTR(x)) |
Store and print a string in flash memory. | |
#define | PgmPrintln(x) SerialPrintln_P(PSTR(x)) |
Store and print a string in flash memory followed by a CR/LF. | |
#define | NOINLINE __attribute__((noinline)) |
Defined so doxygen works for function definitions. |
Useful utility functions.
Definition in file SdFatUtil.h.
#define NOINLINE __attribute__((noinline)) |
Defined so doxygen works for function definitions.
Definition at line 33 of file SdFatUtil.h.
#define PgmPrint | ( | x | ) | SerialPrint_P(PSTR(x)) |
Store and print a string in flash memory.
Definition at line 29 of file SdFatUtil.h.
#define PgmPrintln | ( | x | ) | SerialPrintln_P(PSTR(x)) |
Store and print a string in flash memory followed by a CR/LF.
Definition at line 31 of file SdFatUtil.h.