Scale the image into the Intro page.
[bertos.git] / bertos / drv / eeprom.h
index 6c6cd9117a78b6e083490769e2600c4a2c74ea14..f1d7faf537cd3184f83784cbb590a2f0e18dbf15 100644 (file)
  *
  * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS.
  *
- * \version $Id$
- *
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "eeprom",
- * "depends" : ["kfile"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_depends = "kfile", "i2c"
  */
 
 #ifndef DRV_EEPROM_H