Skip to content

Commit 5823593

Browse files
committed
Remove Repeating Pin Definitions
Remove repeating pin definitions of LEDB, SPI, I2C and DAC.
1 parent 00d3e45 commit 5823593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/deneyapmini/pins_arduino.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ static const uint8_t LED_BUILTIN = 35;
2323
#define LEDB LED_BUILTIN
2424
#define LEDR 34
2525
#define LEDG 33
26-
#define LEDB 35
2726

2827
static const uint8_t GPKEY = 0;
2928
#define KEY_BUILTIN GPKEY
@@ -82,6 +81,7 @@ static const uint8_t PWM1 = 41;
8281
static const uint8_t DAC0 = 17;
8382
static const uint8_t DAC1 = 18;
8483

84+
/*
8585
#define SD SDA
8686
#define SC SCL
8787
@@ -91,5 +91,6 @@ static const uint8_t DAC1 = 18;
9191
9292
#define DA0 DAC0
9393
#define DA1 DAC1
94+
*/
9495

9596
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)