SdFat
|
Useful utility functions. More...
#include <SdFat.h>
Defines | |
#define | PgmPrint(x) SerialPrint_P(PSTR(x)) |
#define | PgmPrintln(x) SerialPrintln_P(PSTR(x)) |
Functions | |
int | SdFatUtil::FreeRam () |
void | SdFatUtil::print_P (Print *pr, PGM_P str) |
void | SdFatUtil::println_P (Print *pr, PGM_P str) |
void | SdFatUtil::SerialPrint_P (PGM_P str) |
void | SdFatUtil::SerialPrintln_P (PGM_P str) |
Useful utility functions.
#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.