We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d94703 commit 89cd1a2Copy full SHA for 89cd1a2
src/util/ICM_20948_C.h
@@ -26,7 +26,7 @@ extern int memcmp(const void *, const void *, size_t); // Avoid compiler warning
26
27
// Define if the DMP will be supported
28
// Note: you must have 14301 Bytes of program memory available to store the DMP firmware!
29
-#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support.
+//#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support.
30
31
#define ICM_20948_I2C_ADDR_AD0 0x68 // Or 0x69 when AD0 is high
32
#define ICM_20948_I2C_ADDR_AD1 0x69 //
0 commit comments