fix pins for trellis_m4 board.I2C()

This commit is contained in:
Dan Halbert 2020-09-03 14:22:18 -04:00
parent f27b89632d
commit 960888a3bd
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
#define MICROPY_PORT_C (0)
#define MICROPY_PORT_D (0)
#define DEFAULT_I2C_BUS_SCL (&pin_PB08)
#define DEFAULT_I2C_BUS_SDA (&pin_PB09)
#define DEFAULT_I2C_BUS_SCL (&pin_PB09)
#define DEFAULT_I2C_BUS_SDA (&pin_PB08)
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1