We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bc55e commit a6bea75Copy full SHA for a6bea75
variants/dfrobot_lorawan_esp32s3/pins_arduino.h
@@ -3,19 +3,7 @@
3
4
#include <stdint.h>
5
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
+#define LED_BUILTIN 21
19
20
static const uint8_t TX = 43;
21
static const uint8_t RX = 44;
0 commit comments