fernando-inf

Results 21 comments of fernando-inf

Something that has occurred to me, following the example of my code, assign pin 18 of Arduino to attach (bounce2): ``` void setup () { button.attach (18); button.interval (25); button.setPressedState...