Add generic i2c_recv and i2c_send implementation.
[bertos.git] / bertos / drv / pcf8574.h
index 687dfa23eebb336b1bf22104b7633057644beda6..2041b4808c58af5e995020070162b39cd8c3221d 100644 (file)
  *
  * \brief PCF8574 i2c port expander driver.
  *
- * \version $Id: ft245rl.c 22301 2008-09-09 16:53:17Z batt $
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pcf8574",
- * "depends" : [],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pcf8574"
+ * $WIZ$ module_depends = "i2c"
  */
 
 #ifndef DRV_PCF8574_H