Speeduino
Loading...
Searching...
No Matches
Functions
Storage utility functions

Wrappers to prevent other files from having to use EEPROM.h directly. More...

Functions

uint8_t loadLastBaro (void)
 Last barometer reading cache.
 
void saveLastBaro (uint8_t newValue)
 Last barometer reading cache.
 
uint8_t loadEEPROMVersion (void)
 Save/load the version number of the storage layout.
 
void saveEEPROMVersion (uint8_t newVersion)
 Save/load the version number of the storage layout.
 

Detailed Description

Wrappers to prevent other files from having to use EEPROM.h directly.

Function Documentation

◆ loadEEPROMVersion()

uint8_t loadEEPROMVersion ( void  )

Save/load the version number of the storage layout.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadLastBaro()

uint8_t loadLastBaro ( void  )

Last barometer reading cache.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveEEPROMVersion()

void saveEEPROMVersion ( uint8_t  newVersion)

Save/load the version number of the storage layout.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveLastBaro()

void saveLastBaro ( uint8_t  newValue)

Last barometer reading cache.

Here is the call graph for this function:
Here is the caller graph for this function: