forked from espressif/arduino-esp32
[Feature] Boards added: Pycom LoPy & LoPy4 (#1984)
* Create pins_arduino.h * Update boards.txt Pycom LoPy + LoPy4 boards added * Create pins_arduino.h * Update pins_arduino.h bugfix antenna switch GPIO port 16 -> 21 * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update boards.txt
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
static const uint8_t LED_BUILTIN = 0; // ->2812 RGB !!!
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
|
||||
#define ANT_SELECT 21 // GPIO21 - External Antenna Switch
|
||||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 3;
|
||||
|
||||
|
Reference in New Issue
Block a user