FTDebouncer icon indicating copy to clipboard operation
FTDebouncer copied to clipboard

5 buttons control the same thing

Open jnagy197163 opened this issue 3 years ago • 1 comments

I am trying to use this debounce . only problem is , there is no button assignment, even though the addpin says , pinDebouncer.addPin(5, HIGH ); pinDebouncer.addPin(6, HIGH); pinDebouncer.addPin(7, HIGH); pinDebouncer.addPin(8, HIGH); pinDebouncer.addPin(9, HIGH); pinDebouncer.addPin(10, HIGH);

but the code im trying to write using different pins for different things but when I upload just a sample of just one thing I want to do with one specific button , I can press any of the buttons one the breadboard , and it reads all the buttons, how do I fix this issue Thank You John

jnagy197163 avatar Nov 07 '20 02:11 jnagy197163