|
@@ -0,0 +1,19 @@
|
|
|
|
|
+#include <EEPROM.h>
|
|
|
|
|
+/*
|
|
|
|
|
+int EEPROM_Active_ControllerID_addr = 0 ;
|
|
|
|
|
+
|
|
|
|
|
+int EEPROM_Active_ControllerID_read ;
|
|
|
|
|
+
|
|
|
|
|
+EEPROM.get( EEPROM_Active_ControllerID_addr, EEPROM_Active_ControllerID_read );
|
|
|
|
|
+//EEPROM_Active_ControllerID_read = EEPROM.read(EEPROM_Active_ControllerID_addr);
|
|
|
|
|
+*/
|
|
|
|
|
+#define Active_ControllerID 0x13
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+//if(EEPROM_Active_ControllerID_read > 0 ) //{
|
|
|
|
|
+ //const ing Active_ControllerID_E = 0x13 ;
|
|
|
|
|
+// Serial.println("EER[OK]");
|
|
|
|
|
+//} else {
|
|
|
|
|
+// Serial.println("EER[EMPT]");
|
|
|
|
|
+ // const ing Active_ControllerID_E = 0x13 ;
|
|
|
|
|
+//}
|