Skip to content

Commit c637b3e

Browse files
polldofacchinm
authored andcommitted
rp2040: set rp2040 connect pins for PDM
1 parent e29846a commit c637b3e

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
@@ -40,8 +40,8 @@ static const uint8_t A3 = PIN_A3;
4040

4141
// PDM Interfaces
4242
// ---------------
43-
#define PIN_PDM_CLK (7)
44-
#define PIN_PDM_DIN (6)
43+
#define PIN_PDM_CLK (23)
44+
#define PIN_PDM_DIN (22)
4545

4646
// Serial
4747
#define PIN_SERIAL_RX (1ul)

0 commit comments

Comments
 (0)