We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d436818 + 9e0654e commit 25606adCopy full SHA for 25606ad
src/ICM_20948.h
@@ -20,8 +20,8 @@ A C++ interface to the ICM-20948
20
class ICM_20948
21
{
22
private:
23
- Stream *_debugSerial; //The stream to send debug messages to if enabled
24
- boolean _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug
+ Stream *_debugSerial; //The stream to send debug messages to if enabled
+ bool _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug
25
26
const uint8_t MAX_MAGNETOMETER_STARTS = 10; // This replaces maxTries
27
0 commit comments