lcd segment & i2c stm32l053
Posted on January 28, 2015 at 05:29 I created a project by STM32cubeMX, the project has : I2C interrupt communication with sensor, display data by LCD segment: int main(void) { MX_GPIO_Init(); MX_I2C1_Init(); MX_LCD_Init(); ..... ... .. B...