Skip to content

Commit 49370b6

Browse files
committed
Remove unnecessary define
LIGHT_SENSOR_ANALOG_PIN is not used in the code.
1 parent 910e310 commit 49370b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/MySensors/examples/LightLuxSensor/LightLuxSensor.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <Wire.h>
2323

2424
#define CHILD_ID_LIGHT 0
25-
#define LIGHT_SENSOR_ANALOG_PIN 0
2625
unsigned long SLEEP_TIME = 30000; // Sleep time between reads (in milliseconds)
2726

2827
BH1750 lightSensor;

0 commit comments

Comments
 (0)