From 384ce5de906d781676bc9a7adb63bd8ddd023112 Mon Sep 17 00:00:00 2001 From: NickPronto <100635804+NickPronto@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:56:17 -0700 Subject: [PATCH] Update BH1750_serial.ino Updated LightMeter to LightSensor. Lightmeter doesn't exist, but is commented out so it'd commit. --- BH1750FVI/BH1750_serial/BH1750_serial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BH1750FVI/BH1750_serial/BH1750_serial.ino b/BH1750FVI/BH1750_serial/BH1750_serial.ino index d475315..aeae433 100644 --- a/BH1750FVI/BH1750_serial/BH1750_serial.ino +++ b/BH1750FVI/BH1750_serial/BH1750_serial.ino @@ -37,7 +37,7 @@ void setup() { // put your setup code here, to run once: */ LightSensor.SetAddress(Device_Address_H);//Address 0x5C // To adjust the slave on other address , uncomment this line - // lightMeter.SetAddress(Device_Address_L); //Address 0x5C + // LightSensor.SetAddress(Device_Address_L); //Address 0x5C //----------------------------------------------- /* set the Working Mode for this sensor