We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb9e24 commit afd6fedCopy full SHA for afd6fed
variants/makergo_c3_supermini/pins_arduino.h
@@ -3,14 +3,6 @@
3
4
#include <stdint.h>
5
6
-#define EXTERNAL_NUM_INTERRUPTS 22
7
-#define NUM_DIGITAL_PINS 22
8
-#define NUM_ANALOG_INPUTS 6
9
-
10
-#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
11
-#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
12
-#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
13
14
#define TX1 0
15
#define RX1 1
16
@@ -38,4 +30,5 @@ static const uint8_t A3 = 3;
38
30
static const uint8_t A4 = 4;
39
31
static const uint8_t A5 = 5;
40
32
41
-#endif /* Pins_Arduino_h */
33
+#endif /* Pins_Arduino_h */
34
+
0 commit comments