Changd print message from sensor to light-sensor started
This commit is contained in:
parent
2a830468e9
commit
6d3af9e18d
@ -5,7 +5,7 @@ BH1750 lightMeter;
|
||||
void setupLightSensor() {
|
||||
Wire.begin();
|
||||
lightMeter.begin();
|
||||
Serial.println("Sensor started...");
|
||||
Serial.println("Light-Sensor started...");
|
||||
}
|
||||
|
||||
int readLightSensorValue() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user