mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
Merge branch 'master' into arduino-esp32-v3.2
This commit is contained in:
@@ -179,7 +179,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define I2C_NO_RESCAN // I2C is a bit finicky, don't scan too much
|
||||
#define WIRE_INTERFACES_COUNT 1
|
||||
|
||||
#if !defined(XIAO_BLE_LEGACY_PINOUT) && !defined(GPS_L76K)
|
||||
#if defined(XIAO_BLE_LEGACY_PINOUT)
|
||||
// Used for I2C by DIY xiao_ble variant
|
||||
#define PIN_WIRE_SDA D4
|
||||
#define PIN_WIRE_SCL D5
|
||||
#elif !defined(GPS_L76K)
|
||||
// If D6 and D7 are free, I2C is probably the most versatile assignment
|
||||
#define PIN_WIRE_SDA D6
|
||||
#define PIN_WIRE_SCL D7
|
||||
|
||||
Reference in New Issue
Block a user