We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77316d2 commit 21c697aCopy full SHA for 21c697a
src/ICM_20948.h
@@ -21,7 +21,7 @@ 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
+ 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