X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.h;h=995919ae184c422ebc77e051fff43a1571c5ebae;hb=6b7ec5ad0ef104a471ca77e2ded66f686e23150a;hp=91c8dfe1073ef273a9ac096c1e2a0dca514cd273;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 91c8dfe1..995919ae 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -32,13 +32,11 @@ * * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS. * - * \version $Id$ - * * \author Stefano Fedrigo * \author Bernie Innocenti * * $WIZ$ module_name = "eeprom" - * $WIZ$ module_depends = "kfile" + * $WIZ$ module_depends = "kfile", "i2c" */ #ifndef DRV_EEPROM_H @@ -54,9 +52,11 @@ */ typedef enum EepromType { + EEPROM_24XX08, EEPROM_24XX16, EEPROM_24XX256, EEPROM_24XX512, + EEPROM_24XX1024, EEPROM_CNT, } EepromType;