mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stmhal: Fix I2C mappings for STM32F429DISC board.
This commit is contained in:
committed by
Damien George
parent
4a27ad040e
commit
b67eb20ed0
@@ -29,8 +29,8 @@
|
||||
#define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9)
|
||||
|
||||
// I2C busses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_C9)
|
||||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
//#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
|
||||
Reference in New Issue
Block a user