evaluatedSwitch: avoid random trigger (increase threshold)
- with new hardware noticed that sometimes switch gets triggered x1 randomly when driving forward (EMI ?) - increased delay options (less responsive but more controlled)
This commit is contained in:
parent
3ba37baeda
commit
d51e8ae006
@ -22,8 +22,8 @@ extern "C"
|
|||||||
class gpio_evaluatedSwitch {
|
class gpio_evaluatedSwitch {
|
||||||
public:
|
public:
|
||||||
//--- input ---
|
//--- input ---
|
||||||
uint32_t minOnMs = 30;
|
uint32_t minOnMs = 90;
|
||||||
uint32_t minOffMs = 30;
|
uint32_t minOffMs = 60;
|
||||||
gpio_evaluatedSwitch( //constructor minimal (default parameters pullup=true, inverted=false)
|
gpio_evaluatedSwitch( //constructor minimal (default parameters pullup=true, inverted=false)
|
||||||
gpio_num_t gpio_num_declare
|
gpio_num_t gpio_num_declare
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user