|
Re: Program a motor to turn on and off every other second.....
It would be very helpful to know what the error is...in fact, you should ALWAYS post the error.
Looks like, though, you might have a function without a declaration. So open up a header file (your team's, if you have your own library, but user_routines.h will work) and add in:
void code(void);
Or whatever you decide to use for the function's name.
__________________
What place are we at? ... TODAI!
|