diff options
| author | Dave Hylands <dhylands@gmail.com> | 2016-02-10 21:25:30 -0800 |
|---|---|---|
| committer | Dave Hylands <dhylands@gmail.com> | 2016-02-10 21:25:30 -0800 |
| commit | f791e14750d6bdecc6a4c1a380cac67e936d77c8 (patch) | |
| tree | bef3b139c791f773eee2ea417b77a59fc94d4eb4 | |
| parent | 38ac23c942b3ba7587fa0a119e1e68e3e2e7de4f (diff) | |
stmhal: CERB40 - Add pins defines for I2C3
| -rw-r--r-- | stmhal/boards/CERB40/mpconfigboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/boards/CERB40/mpconfigboard.h b/stmhal/boards/CERB40/mpconfigboard.h index 432e0af79..414eceb64 100644 --- a/stmhal/boards/CERB40/mpconfigboard.h +++ b/stmhal/boards/CERB40/mpconfigboard.h @@ -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) |
