Skip to content

Commit db14b3b

Browse files
committed
fixed I2C pins
1 parent 376e3ba commit db14b3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/raspberrypi/boards/pimoroni_inky_frame_5_7/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#define MICROPY_HW_LED_STATUS (&pin_GPIO6)
1616

17-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO4)
18-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO5)
17+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO4)
18+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO5)
1919

2020
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
2121
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)

ports/raspberrypi/boards/pimoroni_inky_frame_7_3/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#define MICROPY_HW_LED_STATUS (&pin_GPIO6)
1616

17-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO4)
18-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO5)
17+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO4)
18+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO5)
1919

2020
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
2121
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy