Merge pull request #21 from BlitzCityDIY/vindie_i2c

swap sda/scl for vindie
This commit is contained in:
Limor "Ladyada" Fried 2024-08-12 12:17:42 -04:00 committed by GitHub
commit 22c347c89f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;