X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fi2c.h;h=a962d171548d6050cf80047732337e49b0c90a22;hb=3b1451f6e3161b0f1b16e9be49dd46649b03a9d9;hp=9327ff8d5d75c37fd5ef01e86797a9d9739cb256;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index 9327ff8d..a962d171 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -36,9 +36,11 @@ * \author Francesco Sacchi * * $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