Skip to content

Commit afd6fed

Browse files
committed
fix(makergo_c3_supermini): Remove pin definitions.
Remove pin definitions since this part has been moved to the core and it defines globally per SoC & add an empty line at the end of the file.
1 parent 2bb9e24 commit afd6fed

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

variants/makergo_c3_supermini/pins_arduino.h

+2-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
#include <stdint.h>
55

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-
146
#define TX1 0
157
#define RX1 1
168

@@ -38,4 +30,5 @@ static const uint8_t A3 = 3;
3830
static const uint8_t A4 = 4;
3931
static const uint8_t A5 = 5;
4032

41-
#endif /* Pins_Arduino_h */
33+
#endif /* Pins_Arduino_h */
34+

0 commit comments

Comments
 (0)