SdFat
Defines | Functions
Arduino/libraries/SdFat/SdFatUtil.h File Reference

Useful utility functions. More...

#include <SdFat.h>
Include dependency graph for SdFatUtil.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)

Detailed Description

Useful utility functions.


Define Documentation

#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.