Skip to content

Commit 33d47e3

Browse files
authored
Merge pull request arduino#222 from sebromero/imu-interrupt-pin
Add pin definition for IMU interrupt
2 parents ad224cd + 6249956 commit 33d47e3

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)