cfg_i2c.h
Go to the documentation of this file.00001 00040 #ifndef CFG_I2C_H 00041 #define CFG_I2C_H 00042 00044 #define CONFIG_I2C_FREQ 100000UL 00045 00051 #define CONFIG_I2C_START_TIMEOUT 100 00052 00059 #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN 00060 00062 #define I2C_LOG_LEVEL LOG_LVL_INFO 00063 00065 #define I2C_LOG_FORMAT LOG_FMT_TERSE 00066 00067 #endif /* CFG_I2C_H */ 00068 00069
