Add support for 24XX08 eeproms, signed-off by Giovanni Casano.
[bertos.git] / bertos / drv / pcf8574.h
index 1a1f186d4d8dd7a775e0eccf012bf730c005bc1a..605b89b9822070ab676b45faf8529da81da4ff3b 100644 (file)
  *
  * \brief PCF8574 i2c port expander driver.
  *
- * \version $Id: ft245rl.c 22301 2008-09-09 16:53:17Z batt $
+ * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pcf8574",
- * "depends" : ["i2c"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pcf8574"
+ * $WIZ$ module_depends = "i2c"
  */
 
 #ifndef DRV_PCF8574_H