Elisa3
|
00001 #ifndef EEPROM_IO_H 00002 #define EEPROM_IO_H 00003 00004 00005 #include <avr\eeprom.h> 00006 #include "variables.h" 00007 00008 #ifdef __cplusplus 00009 extern "C" { 00010 #endif 00011 00012 void writeCalibrationToFlash(); 00013 void readCalibrationFromFlash(); 00014 00015 00016 #ifdef __cplusplus 00017 } // extern "C" 00018 #endif 00019 00020 #endif 00021