I'm building a alarm clock. Actually I developed it to get inputs from keypad successfully without using interrupts (just using a while(true) condition in the m ...
That is not the exact answer I want. I want to know how to call the same function from other functions. It says recursive not permitted. Is there any solution ?
I'm doing my first year project based on PIC. I need to make an alarm clock as part of that project using pic. I used this forum so many times for my project. I'm ve ...