Jackson Lv / utility

Dependents:   SD

Embed: (wiki syntax)

« Back to documentation index

SdFatUtil.h File Reference

SdFatUtil.h File Reference

Useful utility functions. More...

Go to the source code of this file.

Functions

static UNUSEDOK int FreeRam (void)
 Return the number of bytes currently free in RAM.
static NOINLINE void SerialPrint_P (PGM_P str)
 Print a string in flash memory to the serial port.
static NOINLINE void SerialPrintln_P (PGM_P str)
 Print a string in flash memory followed by a CR/LF.

Detailed Description

Useful utility functions.

Definition in file SdFatUtil.h.


Function Documentation

static UNUSEDOK int FreeRam ( void   ) [static]

Return the number of bytes currently free in RAM.

Definition at line 36 of file SdFatUtil.h.

static NOINLINE void SerialPrint_P ( PGM_P  str ) [static]

Print a string in flash memory to the serial port.

Parameters:
[in]strPointer to string stored in flash memory.

Definition at line 57 of file SdFatUtil.h.

static NOINLINE void SerialPrintln_P ( PGM_P  str ) [static]

Print a string in flash memory followed by a CR/LF.

Parameters:
[in]strPointer to string stored in flash memory.

Definition at line 66 of file SdFatUtil.h.