BeRTOS
i2c_stm32.h
Go to the documentation of this file.
00001 
00037 #ifndef I2C_STM32_H
00038 #define I2C_STM32_H
00039 
00040 #include <drv/i2c.h>
00041 
00045 enum
00046 {
00047     I2C1,
00048     I2C2,
00049 
00050     I2C_CNT  
00051 };
00052 
00053 #endif /* I2C_STM32_H */