Defines | Functions | Variables

memory.c File Reference

Methods to read and write the EEPROM memory. More...

#include <avr/eeprom.h>
#include "xtypes.h"
#include "global.h"
#include "memory.h"
Include dependency graph for memory.c:

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_STRUCTRUEmemory_Get (void)
 Get function for mg_sMemory.

Variables

static S_MEM_STRUCTRUE mg_sMemory
 Variable to keep application settings (wheel size, etc.)

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

Definition in file memory.c.