Methods to read and write the EEPROM memory. More...
#include <avr/eeprom.h>
#include "xtypes.h"
#include "global.h"
#include "memory.h"
Go to the source code of this file.
Defines | |
#define | EXPORT |
Functions | |
static void | mg_Load (void) |
Module function to load settings from EEPROM. | |
void | memory_Init (void) |
Init function to load settings from EEPROM. | |
const S_MEM_STRUCTRUE * | memory_Get (void) |
Get function for mg_sMemory. | |
Variables | |
static S_MEM_STRUCTRUE | mg_sMemory |
Variable to keep application settings (wheel size, etc.) |
Definition in file memory.c.