MAIN:
low ind
if but = 0 then
pause 8
count but,500,b0
pause 5
goto bpres
else
goto main
endif
Yeah, I had ran through everything, count seems to be the easiest way to go, I added a small pause in there between BUT=0 and COUNT to wait for some bounce to settle. Only other option was looking to aid in the external debounce circuit area. It upped the consistency but sometimes my LED doesnt light when I hit the button, though I think it may be my button since it has a lot of travel.
Bookmarks