cfg_i2c.h
Go to the documentation of this file.00001 00038 #ifndef CFG_I2C_H 00039 #define CFG_I2C_H 00040 00046 #define CONFIG_I2C_FREQ 100000UL 00047 00056 #define CONFIG_I2C_START_TIMEOUT 100 00057 00068 #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN 00069 00076 #define I2C_LOG_LEVEL LOG_LVL_INFO 00077 00084 #define I2C_LOG_FORMAT LOG_FMT_TERSE 00085 00086 #endif /* CFG_I2C_H */ 00087 00088
