|
Re: get_tracking_state()
The function prototype is in tracking.h which you should #include at the beginning of any file which uses it. The function definition is in tracking.c which you should have added to your project at the same time tracking.h was added.
Did you actually add the files to your project using MPLAB, or did you just copy them to the directory with your code?
|