I2C EEPROM 24LCXXX Driver
Fork of _24LCXXX by
Revision 1:6535ae170a0c, committed 2014-06-09
- 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 |
diff -r 859387a87312 -r 6535ae170a0c _24LCXXX.h --- 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__)