I2C EEPROM 24LCXXX Driver

Dependents:   LPC1114_EBadge

Fork of _24LCXXX by Hiroshi M

Files at this revision

API Documentation at this revision

Comitter:
allankliu
Date:
Mon Jun 09 11:00:20 2014 +0000
Parent:
0:859387a87312
Commit message:
Change eeprom to _24LCXXX libs, with software SPI bus and other changes.

Changed in this revision

_24LCXXX.h Show annotated file Show diff for this revision Revisions of this file
--- a/_24LCXXX.h	Fri Dec 06 09:34:38 2013 +0000
+++ b/_24LCXXX.h	Mon Jun 09 11:00:20 2014 +0000
@@ -42,7 +42,7 @@
 /* typedef ------------------------------------------------------------------ */
 
 /* define ------------------------------------------------------------------- */
-#define     I2C_ADDR_24LCXXX        0x50
+#define     I2C_ADDR_24LCXXX        0x50    // by moving left, it becomes 0xA0
 #define     __24LC256__
 
 #if defined(__24LC64__)