Skip to content

Commit

Permalink
renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix incorrect I2C pins.
Browse files Browse the repository at this point in the history
Also change the number of the interface to 0 as it's connected to IIC0.

Signed-off-by: Sebastian Romero <s.romero@arduino.cc>
  • Loading branch information
sebromero authored and dpgeorge committed Nov 17, 2023
1 parent 6f01933 commit 6117aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ void PORTENTA_C33_board_enter_bootloader(void);
#endif

// I2C
#define MICROPY_HW_I2C2_SCL (pin_P407)
#define MICROPY_HW_I2C2_SDA (pin_P408)
#define MICROPY_HW_I2C0_SCL (pin_P408)
#define MICROPY_HW_I2C0_SDA (pin_P407)

// SPI
#define MICROPY_HW_SPI1_SSL (pin_P104)
Expand Down

0 comments on commit 6117aa6

Please sign in to comment.