Skip to content

Commit 2ca7cae

Browse files
committed
Set default SPI frequency to 7 MHz
1 parent f3824df commit 2ca7cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICM_20948.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ICM_20948_I2C : public ICM_20948 {
125125

126126

127127
// SPI
128-
#define ICM_20948_SPI_DEFAULT_FREQ 1000000
128+
#define ICM_20948_SPI_DEFAULT_FREQ 7000000
129129
#define ICM_20948_SPI_DEFAULT_ORDER MSBFIRST
130130
#define ICM_20948_SPI_DEFAULT_MODE SPI_MODE3
131131

0 commit comments

Comments
 (0)