X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fi2c.h;h=7f7e454547618c71492a55796b10b340c51d1d66;hb=f65410ed94b6b75e5fac4e89c7ce2e0e56a4bb19;hp=7e43c63bd8ca00b0f8a727c7b5f18184cf648016;hpb=31347827ab36869b5a1242009b3f6f74527c92ea;p=bertos.git diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index 7e43c63b..7f7e4545 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -452,11 +452,12 @@ INLINE int i2c_error(I2c *i2c) /** * \ingroup old_i2c_api - * I2C Backends. + * \name I2C Backends. * Sometimes your cpu does not have a builtin * i2c driver or you don't want, for some reason, to * use that. * With this you can choose, at compile time, which backend to use. + * Set the CONFIG_I2C_BACKEND configuration variable in cfg_i2c.h * @{ */ #define I2C_BACKEND_BUILTIN 0 ///< Uses cpu builtin i2c driver