flare threshold 20 ms
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
int ledPin = LED_BUILTIN;
|
int ledPin = LED_BUILTIN;
|
||||||
int buttonPin = 2; // Button connected to D2 and GND
|
int buttonPin = 2; // Button connected to D2 and GND
|
||||||
int flare_threshold = 30;
|
int flare_threshold = 20;
|
||||||
bool active = false;
|
bool active = false;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|||||||
Reference in New Issue
Block a user