swap sda/scl for vindie

testing aht20 found that i had swapped scl and sda
This commit is contained in:
Liz 2024-08-12 12:10:59 -04:00
parent 6762333855
commit d4f3791f65

View file

@ -28,8 +28,8 @@ static const uint8_t RX = 21;
#define TX1 TX
#define RX1 RX
static const uint8_t SDA = 11;
static const uint8_t SCL = 12;
static const uint8_t SDA = 12;
static const uint8_t SCL = 11;
// not broken out
static const uint8_t SS = 4;