We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ad3b4 commit 02d0eb2Copy full SHA for 02d0eb2
variants/fri3d_2024_esp32s3/pins_arduino.h
@@ -17,9 +17,6 @@ static const uint8_t LED_BUILTIN = 21;
17
#define RGB_BUILTIN LED_BUILTIN
18
#define RGB_BRIGHTNESS 64
19
20
-#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
21
-#define digitalPinToInterrupt(p) (((p)<49)?(p):-1)
22
-#define digitalPinHasPWM(p) (p < 46)
23
24
static const uint8_t TX = 43;
25
static const uint8_t RX = 44;
0 commit comments