Skip to content

Commit

Permalink
Update I2C pin.
Browse files Browse the repository at this point in the history
Update I2C pin.
  • Loading branch information
Quency-D committed Dec 9, 2022
1 parent a63a06d commit b10f4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp32/variants/WIFI_LoRa_32_V3/pins_arduino.h
Expand Up @@ -27,8 +27,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
static const uint8_t TX = 43;
static const uint8_t RX = 44;

static const uint8_t SDA = 8;
static const uint8_t SCL = 9;
static const uint8_t SDA = 41;
static const uint8_t SCL = 42;

static const uint8_t SS = 10;
static const uint8_t MOSI = 11;
Expand Down

0 comments on commit b10f4bf

Please sign in to comment.