mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
Swap SDA and SCL
SDA=P0.16, SCL=P0.13
This commit is contained in:
parent
cceb2db707
commit
7dfe42defc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user