Skip to content
Snippets Groups Projects
Commit b67eb20e authored by David Siorpaes's avatar David Siorpaes Committed by Damien George
Browse files

stmhal: Fix I2C mappings for STM32F429DISC board.

parent 4a27ad04
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9) #define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9)
// I2C busses // I2C busses
#define MICROPY_HW_I2C1_SCL (pin_A8) #define MICROPY_HW_I2C3_SCL (pin_A8)
#define MICROPY_HW_I2C1_SDA (pin_C9) #define MICROPY_HW_I2C3_SDA (pin_C9)
// SPI busses // SPI busses
//#define MICROPY_HW_SPI1_NSS (pin_A4) //#define MICROPY_HW_SPI1_NSS (pin_A4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment