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 644b147 commit a3f9fb1Copy full SHA for a3f9fb1
variants/trellis_m4/variant.h
@@ -99,6 +99,8 @@ extern "C"
99
#define PIN_DAC1 PIN_A1
100
#define PIN_MIC PIN_A2
101
#define PIN_MIC_RAW PIN_A3
102
+#define PIN_LINE_LEFT (21ul)
103
+#define PIN_LINE_RIGHT (22ul)
104
105
static const uint8_t A0 = PIN_A0;
106
static const uint8_t A1 = PIN_A1;
@@ -112,6 +114,8 @@ static const uint8_t DAC1 = PIN_DAC1;
112
114
113
115
static const uint8_t MIC_RAW = PIN_MIC_RAW;
116
static const uint8_t MIC = PIN_MIC;
117
+static const uint8_t LINE_LEFT = PIN_LINE_LEFT;
118
+static const uint8_t LINE_RIGHT = PIN_LINE_RIGHT;
119
120
#define ADC_RESOLUTION 12
121
0 commit comments