![]() |
Fraise
2.1
FRAmework for Interfacing Software and Electronics
|
#include "core.h"Go to the source code of this file.
Functions | |
Read and write functions | |
| void | EEreadMain () |
| Load all the parameters values from EEPROM ; you may call it at setup() | |
| void | EEwriteMain () |
| Save all the parameters values to EEPROM. | |
Parameters declaration functions | |
| void | EEdeclareMain () |
| User may define this function, with a list of char/int/long declarations. | |
| void | EEdeclareChar (unsigned char *data) |
| Declare a 8 bit integer in EEdeclareMain(). More... | |
| void | EEdeclareInt (unsigned int *data) |
| Declare a 16 bit integer in EEdeclareMain(). More... | |
| void | EEdeclareLong (unsigned long *data) |
| Declare a 32 bit integer in EEdeclareMain(). More... | |