Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Schmidt
7e766f1aae beta control of ldr 2021-09-07 09:56:02 +02:00

View File

@ -5,7 +5,7 @@
#include "PCA9685.h"
#include <EEPROM.h>
// #define LDR_REGELUNG // comment in to activate LDR control
#define LDR_REGELUNG // comment in to activate LDR control
// #define LDRDEBUG // comment in to show LDR measurement
#define LDR_HYS 100 // Hysteresis for switching off FSM [lux]
#define LDR_AVERAGE_SAMPLES 50