Sleep walk?
Troubleshooting
3
Posts
3
Posters
709
Views
3
Watching
-
I use example BinarySwitchSleepSensor.ino with change
- 105, 113 "if (true) {"
Why "sleep(5);" normal? I look at sleep code on github and time smaller than 15 not sleep? I try "sleep(1000);" but it not work too?
-
@Danhiel said:
BinarySwitchSleepSensor.ino
If the sleep you mention, is the one to let your buttons settle as the code in this example, line100. then it's "just" to let your buttons settle, to handle the contact/switch bounce
// Short delay to allow buttons to properly settle
sleep(5);