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() {
|
void setupLightSensor() {
|
||||||
Wire.begin();
|
Wire.begin();
|
||||||
lightMeter.begin();
|
lightMeter.begin();
|
||||||
Serial.println("Sensor started...");
|
Serial.println("Light-Sensor started...");
|
||||||
}
|
}
|
||||||
|
|
||||||
int readLightSensorValue() {
|
int readLightSensorValue() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user