kopia lustrzana https://github.com/Aircoookie/WLED
Update usermod_sn_photoresistor.h
Allow to configure the analog input pin for the Photoresistor.pull/4017/head
rodzic
25ade86994
commit
8a1df9afee
|
@ -3,7 +3,9 @@
|
||||||
#include "wled.h"
|
#include "wled.h"
|
||||||
|
|
||||||
//Pin defaults for QuinLed Dig-Uno (A0)
|
//Pin defaults for QuinLed Dig-Uno (A0)
|
||||||
|
#ifndef PHOTORESISTOR_PIN
|
||||||
#define PHOTORESISTOR_PIN A0
|
#define PHOTORESISTOR_PIN A0
|
||||||
|
#endif
|
||||||
|
|
||||||
// the frequency to check photoresistor, 10 seconds
|
// the frequency to check photoresistor, 10 seconds
|
||||||
#ifndef USERMOD_SN_PHOTORESISTOR_MEASUREMENT_INTERVAL
|
#ifndef USERMOD_SN_PHOTORESISTOR_MEASUREMENT_INTERVAL
|
||||||
|
|
Ładowanie…
Reference in New Issue