Skip to content
Snippets Groups Projects
Commit f791e147 authored by Dave Hylands's avatar Dave Hylands
Browse files

stmhal: CERB40 - Add pins defines for I2C3

parent 38ac23c9
Branches
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@
#define MICROPY_HW_I2C1_SDA (pin_B7)
#define MICROPY_HW_I2C2_SCL (pin_B10)
#define MICROPY_HW_I2C2_SDA (pin_B11)
#define MICROPY_HW_I2C3_SCL (pin_A8)
#define MICROPY_HW_I2C3_SDA (pin_C9)
// SPI busses
#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