My attempt to build a push button counter with interrupt,It didnt work though, im not good at programming please help me out, =)
What im trying to do is , i dsplay the initial value at 25 on the lcd display
then when i push the interrupt button, i will move to the counter function
the counter will then calculate how many time i have push the button and add the value to the intial 25, x = pushcounter +25
then i will stop the counter function and return to the main loop function and displaying the new value after being added with pushcounter values
we will have three button for return, interupt, and counter
Cheers! Thanks in advance