|
|
@ -2,16 +2,7 @@ |
|
|
|
|
|
|
|
|
#include <Arduino.h> |
|
|
#include <Arduino.h> |
|
|
#include <helpers/RefCountedDigitalPin.h> |
|
|
#include <helpers/RefCountedDigitalPin.h> |
|
|
|
|
|
#include <helpers/ESP32Board.h> |
|
|
// LoRa radio module pins for Heltec V3
|
|
|
|
|
|
// Also for Heltec Wireless Tracker/Paper
|
|
|
|
|
|
#define P_LORA_DIO_1 14 |
|
|
|
|
|
#define P_LORA_NSS 8 |
|
|
|
|
|
#define P_LORA_RESET RADIOLIB_NC |
|
|
|
|
|
#define P_LORA_BUSY 13 |
|
|
|
|
|
#define P_LORA_SCLK 9 |
|
|
|
|
|
#define P_LORA_MISO 11 |
|
|
|
|
|
#define P_LORA_MOSI 10 |
|
|
|
|
|
|
|
|
|
|
|
// built-ins
|
|
|
// built-ins
|
|
|
#ifndef PIN_VBAT_READ // set in platformio.ini for boards like Heltec Wireless Paper (20)
|
|
|
#ifndef PIN_VBAT_READ // set in platformio.ini for boards like Heltec Wireless Paper (20)
|
|
|
@ -22,9 +13,6 @@ |
|
|
#endif |
|
|
#endif |
|
|
#define PIN_ADC_CTRL_ACTIVE LOW |
|
|
#define PIN_ADC_CTRL_ACTIVE LOW |
|
|
#define PIN_ADC_CTRL_INACTIVE HIGH |
|
|
#define PIN_ADC_CTRL_INACTIVE HIGH |
|
|
//#define PIN_LED_BUILTIN 35
|
|
|
|
|
|
|
|
|
|
|
|
#include "ESP32Board.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <driver/rtc_io.h> |
|
|
#include <driver/rtc_io.h> |
|
|
|
|
|
|