Unverified Commit 67c293dc authored by FedericoBusero's avatar FedericoBusero Committed by GitHub

TTGO T-OI-Plus: pins LED_BUILTIN & BAT_ADC_PIN (#7241)

parent 37cbaecc
......@@ -11,6 +11,8 @@
#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
static const uint8_t LED_BUILTIN = 3;
static const uint8_t TX = 21;
static const uint8_t RX = 20;
......@@ -26,4 +28,6 @@ static const uint8_t A1 = 2;
static const uint8_t A2 = 4;
static const uint8_t A3 = 5;
static const uint8_t BAT_ADC_PIN = 2;
#endif /* Pins_Arduino_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment