nuttx/boards/arm/stm32l4/nucleo-l432kc/include
Jeonghyun Kim d594a171ac board: nucleo-l432kc: Add missing I2C3 GPIO definition
I2C3 not worked due to it's GPIO pin definition has been missing on board.h.
Fix it through include two pin macros on stm32l4x3xx_pinmap.h to board.h.
GPIO_I2C3_SCL and GPIO_I2C3_SDA is pointing A7 and B4 respectively.
2021-02-11 06:39:09 -03:00
..
board.h board: nucleo-l432kc: Add missing I2C3 GPIO definition 2021-02-11 06:39:09 -03:00
nucleo-l432kc.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00