Skip to content

Commit

Permalink
Update ISL29125_OLED_Example.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Feb 12, 2020
1 parent af6cfaa commit 669f78f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void loop() {
sensorReadings += lightSensor.readBlue();
// update the display:
displayWrite(sensorReadings);
Serial.println(sensorReadings);
// take 2 seconds between readings:
delay(2000);
}
Expand Down

0 comments on commit 669f78f

Please sign in to comment.