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 00d3e45 commit 5823593Copy full SHA for 5823593
variants/deneyapmini/pins_arduino.h
@@ -23,7 +23,6 @@ static const uint8_t LED_BUILTIN = 35;
23
#define LEDB LED_BUILTIN
24
#define LEDR 34
25
#define LEDG 33
26
-#define LEDB 35
27
28
static const uint8_t GPKEY = 0;
29
#define KEY_BUILTIN GPKEY
@@ -82,6 +81,7 @@ static const uint8_t PWM1 = 41;
82
81
static const uint8_t DAC0 = 17;
83
static const uint8_t DAC1 = 18;
84
+/*
85
#define SD SDA
86
#define SC SCL
87
@@ -91,5 +91,6 @@ static const uint8_t DAC1 = 18;
91
92
#define DA0 DAC0
93
#define DA1 DAC1
94
+*/
95
96
#endif /* Pins_Arduino_h */
0 commit comments