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 03de902 commit 7453827Copy full SHA for 7453827
examples/Example1_getLux/Example1_getLux.ino
@@ -42,6 +42,6 @@ void setup()
42
43
void loop()
44
{
45
- Serial.println(mySensor.readLux(), 4); // Read the lux from the sensor and print it
+ Serial.println(mySensor.getLux(), 4); // Read the lux from the sensor and print it
46
delay(250);
47
}
0 commit comments