[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:
Verkehrsrot
2018-11-19 16:58:45 +01:00
committed by Me No Dev
parent a53c9de09d
commit 1fdc660641
4 changed files with 264 additions and 0 deletions

View File

@ -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;