Feng Hong / Mbed OS Nucleo_yoda2_v2
Revision:
14:2e17a27f56b2
Parent:
11:8702316d7fc8
Child:
17:faa4d4976d22
--- a/eeprom_cust.h	Sat Apr 27 09:30:38 2019 +0000
+++ b/eeprom_cust.h	Sat Jun 08 09:16:21 2019 +0000
@@ -10,4 +10,7 @@
 #endif
  
 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y))
-#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
\ No newline at end of file
+#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
+
+#define EEPROM_DEVICE_ADDRESS_ADDRESS  0x40
+#define DEVICE_DEFAULT_ADDRESS   12
\ No newline at end of file