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 57a3509 commit c4da381Copy full SHA for c4da381
examples/Example6_ProductionTest/Example6_ProductionTest.ino
@@ -59,7 +59,7 @@ void loop()
59
float lux = mySensor.getLux(); // Read the lux
60
61
// Check the lux is within bounds
62
- if ((lux < 100.0) || (lux > 100000.0))
+ if ((lux < 20.0) || (lux > 100000.0))
63
{
64
digitalWrite(LED_BUILTIN, LOW);
65
Wire.end();
0 commit comments