Hey, I am working on a school lab. Where I have to program prototypes.
void main(void);
unsigned int pushed_button(void);
unsigned int released_button(void);
void button_pushed(void);
void mydelay(unsigned int);
I am given this and I have to use the call function. Not sure where to go as I have no programming background. I've tried searching through the forum for more information, but came up with nothing. any thing will help as I am want to learn and understand what is happening.
thanks.
void main(void);
unsigned int pushed_button(void);
unsigned int released_button(void);
void button_pushed(void);
void mydelay(unsigned int);
I am given this and I have to use the call function. Not sure where to go as I have no programming background. I've tried searching through the forum for more information, but came up with nothing. any thing will help as I am want to learn and understand what is happening.
thanks.