Skip to content

Commit a6bea75

Browse files
authored
Update pins_arduino.h
remove duplicate macro definitions
1 parent 69bc55e commit a6bea75

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

variants/dfrobot_lorawan_esp32s3/pins_arduino.h

+1-13
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33

44
#include <stdint.h>
55

6-
// DFROBOT DFR1195
7-
#define EXTERNAL_NUM_INTERRUPTS 16
8-
#define NUM_DIGITAL_PINS 40
9-
#define NUM_ANALOG_INPUTS 16
10-
11-
#define analogInputToDigitalPin(p) (((p) < 20) ? (esp32_adc2gpio[(p)]) : -1)
12-
#define digitalPinToInterrupt(p) (((p) < 40) ? (p) : -1)
13-
#define digitalPinHasPWM(p) (p < 34)
14-
15-
#define LED_GREEN -1
16-
#define LED_BLUE 2
17-
18-
#define LED_BUILTIN LED_GREEN
6+
#define LED_BUILTIN 21
197

208
static const uint8_t TX = 43;
219
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)