Skip to content

Commit 6249956

Browse files
committed
Add pin definition for IMU interrupt
1 parent ad224cd commit 6249956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/NANO_RP2040_CONNECT/pins_arduino.h

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ static const uint8_t A3 = PIN_A3;
4545
#define PIN_PDM_CLK (23)
4646
#define PIN_PDM_DIN (22)
4747

48+
// IMU MLC Interrupt
49+
#define INT_IMU (21)
50+
4851
// Serial
4952
#define PIN_SERIAL_RX (0ul)
5053
#define PIN_SERIAL_TX (1ul)

0 commit comments

Comments
 (0)