ESP32-PaxCounter/src/hal/lopy4.h

19 lines
564 B
C
Raw Normal View History

2018-03-18 19:45:17 +01:00
// Hardware related definitions for Pycom LoPy Board (not: LoPy4)
#define LOPY
#define CFG_sx1276_radio 1
// Hardware pin definitions for Pycom LoPy4 board
#define PIN_SPI_SS 18
#define PIN_SPI_MOSI 27
#define PIN_SPI_MISO 19
#define PIN_SPI_SCK 5
#define RST LMIC_UNUSED_PIN
#define DIO0 23 // LoRa IRQ
#define DIO1 23 // workaround
#define DIO2 23 // workaround
// select WIFI antenna (internal = onboard / external = u.fl socket)
#define PIN_ANTENNA_SWITCH 21
#define WIFI_ANTENNA ANTENNA_INT // can be switced to ANTENNA_EXT