Added IIC pins (#1436)
Added IIC pins. I can confirm that this is working!
This commit is contained in:
parent
4ad27b4adc
commit
7aa8fc4b26
@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
|
|||||||
|
|
||||||
static const uint8_t KEY_BUILTIN = 34;
|
static const uint8_t KEY_BUILTIN = 34;
|
||||||
|
|
||||||
|
// See https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/SOFTWARE/MOD-RTC/main/main.c for more info about IIC on the GATEWAY
|
||||||
|
static const uint8_t SCL = 16; // This is pin 11
|
||||||
|
static const uint8_t SDA = 17; // This is pin 12
|
||||||
|
|
||||||
static const uint8_t TX = 1;
|
static const uint8_t TX = 1;
|
||||||
static const uint8_t RX = 3;
|
static const uint8_t RX = 3;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user