Defines
D:/DRISSI/arduino-0022/arduino-0022/libraries/SD/utility/SdFatUtil.h File Reference

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.

Detailed Description

Useful utility functions.

Definition in file SdFatUtil.h.


Define Documentation

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