Add configurable options for HD44780 LCD display columns and rows.
[bertos.git] / bertos / drv / i2c.h
index 9327ff8d5d75c37fd5ef01e86797a9d9739cb256..dff995ccd11ba5ee7bc14f50f23d1e2deee00c48 100644 (file)
  *
  * \brief I2C generic driver functions.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "i2c"
- * "configuration" : "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91"
  */
+
 #ifndef DRV_I2C_H
 #define DRV_I2C_H