imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 822
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,533
Please let me know that what is the working of given below functions and how to make it or where I find its functions
void init_mcu(void);
void debounce_machine(void);
//Debounce State Machine Variables
unsigned char maybe, PushState;
unsigned char button_pressed, button_mask;
I have program I downloaded from google search but its missing two functions only prototype is given.
void init_mcu(void);
void debounce_machine(void);
//Debounce State Machine Variables
unsigned char maybe, PushState;
unsigned char button_pressed, button_mask;
I have program I downloaded from google search but its missing two functions only prototype is given.
Last edited: