I2C EEProm library

Fork of eeprom by FRA221_2015

Files at this revision

API Documentation at this revision

Comitter:
soulx
Date:
Tue Aug 25 11:59:20 2015 +0000
Parent:
0:80245aff63ce
Child:
2:c648c5e93d5e
Commit message:
EEPROM AT24C16C

Changed in this revision

eeprom.h Show annotated file Show diff for this revision Revisions of this file
--- a/eeprom.h	Sat Jul 14 08:20:06 2012 +0000
+++ b/eeprom.h	Tue Aug 25 11:59:20 2015 +0000
@@ -46,7 +46,7 @@
      * @param type : eeprom type (TypeEeprom) 
      * @return none
     */
-    EEPROM(PinName sda, PinName scl, uint8_t address, TypeEeprom type);
+    EEPROM(PinName sda, PinName scl, uint8_t address, TypeEeprom type=T24C16);
     
     /*
      * Random read byte