1 #include "DualButton.h" 11 _b1->
begin(threshold, delay);
12 _b2->
begin(threshold, delay);
23 return _b1->
on() || _b2->
on();
38 return _b1->
held(ms) || _b2->
held(ms);
43 return _b1->
repeat(initialMs, repeatMs) || _b2->
repeat(initialMs, repeatMs);