Lights threshhold

This commit is contained in:
Alexander 2024-07-16 18:08:58 -04:00
parent f1f53b33e4
commit 53fe36c492

View File

@ -27,6 +27,7 @@ const char* WIFI_PASSWORD = "208208208";
#define LED_PIN (8)
#define SYS_LED_PIN (8)
#define ADC1 (1)
#define LIGHTS_LED (10)
int light_sensor_reading = 0;
float lighting_percentage = 0.00;