Useful utility functions. More...
#include "SdFat.h"
| Macros | |
| #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.
 1.8.8
 1.8.8