Useful utility functions.
More...
Go to the source code of this file.
◆ FreeRam()
int SdFatUtil::FreeRam |
( |
| ) |
|
Amount of free RAM
- Returns
- The number of free bytes.
◆ print_P()
void SdFatUtil::print_P |
( |
PGM_P |
str | ) |
|
Print a string in flash memory.
- Parameters
-
[in] | pr | Print object for output. |
[in] | str | Pointer to string stored in flash memory. |
◆ println_P()
void SdFatUtil::println_P |
( |
PGM_P |
str | ) |
|
Print a string in flash memory followed by a CR/LF.
- Parameters
-
[in] | pr | Print object for output. |
[in] | str | Pointer to string stored in flash memory. |
◆ SerialPrint_P()
void SdFatUtil::SerialPrint_P |
( |
PGM_P |
str | ) |
|
Print a string in flash memory to Serial.
- Parameters
-
[in] | str | Pointer to string stored in flash memory. |
◆ SerialPrintln_P()
void SdFatUtil::SerialPrintln_P |
( |
PGM_P |
str | ) |
|
Print a string in flash memory to Serial followed by a CR/LF.
- Parameters
-
[in] | str | Pointer to string stored in flash memory. |