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.
1 parent 0b7337b commit 73faeffCopy full SHA for 73faeff
src/AS726X.cpp
@@ -18,7 +18,6 @@ bool AS726X::begin(TwoWire &wirePort, uint8_t gain, uint8_t measurementMode)
18
_sensorVersion != SENSORTYPE_AS7262 &&
19
_sensorVersion != SENSORTYPE_AS7263)
20
{
21
- Serial.print("_sensorVersion: "); Serial.println(_sensorVersion);
22
return false;
23
}
24
0 commit comments