BeRTOS
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 
00063 #define CONFIG_I2C_DISABLE_OLD_API   0
00064 
00071 #define I2C_LOG_LEVEL      LOG_LVL_INFO
00072 
00079 #define I2C_LOG_FORMAT     LOG_FMT_TERSE
00080 
00081 #endif /* CFG_I2C_H */
00082 
00083