Skip to content

Commit 83672b0

Browse files
committed
Added IMU pin definition
1 parent 37b3077 commit 83672b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/uno2018/pins_arduino.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ static const uint8_t A5 = PIN_A5;
122122
#define SPIWIFI_ACK NINA_ACK
123123
#define SPIWIFI_RESET (~NINA_RESETN)
124124

125+
//IMU
126+
#define SPIIMU_SS (30u)
127+
#define SPIIMU_INT (31u)
128+
125129
#ifdef ARDUINO_MAIN
126130

127131
// On the Arduino board, digital pins are also used

0 commit comments

Comments
 (0)