mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-01 21:10:58 +02:00
Some board variant fixes (#6411)
* make work with rev C pcb * use #define for easy testing
This commit is contained in:
committed by
GitHub
parent
e87b87d04c
commit
ba8024c0d2
@ -11,8 +11,8 @@
|
||||
#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
|
||||
#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
|
||||
|
||||
static const uint8_t SWITCH = 9;
|
||||
static const uint8_t NEOPIXEL_PIN = 2;
|
||||
#define BUTTON 9
|
||||
#define PIN_NEOPIXEL 2
|
||||
|
||||
static const uint8_t TX = 21;
|
||||
static const uint8_t RX = 20;
|
||||
|
Reference in New Issue
Block a user