Swap SDA and SCL

SDA=P0.16, SCL=P0.13
pull/4745/head
Todd Herbert 2024-09-19 02:49:24 +12:00 zatwierdzone przez todd-herbert
rodzic 1487ca2a30
commit 76900555e8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -106,8 +106,8 @@ No longer populated on PCB
// I2C bus 1
// Available on header pins, for general use
#define PIN_WIRE1_SDA (0 + 13) // P0.13
#define PIN_WIRE1_SCL (0 + 16) // P0.16
#define PIN_WIRE1_SDA (0 + 16) // P0.16
#define PIN_WIRE1_SCL (0 + 13) // P0.13
// QSPI Pins
#define PIN_QSPI_SCK (32 + 14)