Skip to content

Commit cb0457b

Browse files
committed
RP2040: Restore analog Ax definitions
1 parent 4a4344a commit cb0457b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/NANO_RP2040_CONNECT/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ extern PinName digitalPinToPinName(pin_size_t P);
3232
#define PIN_A1 (15u)
3333
#define PIN_A2 (16u)
3434
#define PIN_A3 (17u)
35-
/*
35+
3636
static const uint8_t A0 = PIN_A0;
3737
static const uint8_t A1 = PIN_A1;
3838
static const uint8_t A2 = PIN_A2;
3939
static const uint8_t A3 = PIN_A3;
40-
*/
40+
4141
#define ADC_RESOLUTION 12
4242

4343
// PDM Interfaces

0 commit comments

Comments
 (0)