|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Where is user_routines_fast()?
Does anyone know where user_routines_fast() is? I've searched every file but the library file, and can't find where it's defined, if at all. Reciever.c and Tracker.c both tell me that functions they used are called in user_routines_fast(), but it's not anywhere. What I was thinking was either that we have to make our own user_routines_fast() (Process_Data_From_Local_IO() maybe?)
Anyone have any thoughts, help or suggestions? |
|
#2
|
|||||
|
|||||
|
Re: Where is user_routines_fast()?
user_routines_fast is the .c file where Process_Data_From_LocalIO() is located. Process_Data_From_LocalIO() is the function that gets called every cycle from main() in main.c
user_routines_fast() is not a function. |
|
#3
|
||||
|
||||
|
Re: Where is user_routines_fast()?
Quote:
.-Kevin |
|
#4
|
||||
|
||||
|
Re: Where is user_routines_fast()?
Just to prove I'm not crazy (reciever.c):
Code:
/******************************************************************************* * * FUNCTION: Timer_1_Int_Handler() * * PURPOSE: This code is called in response to a timer 1 * roll-over interrupt. * * CALLED FROM: User_Routines_Fast() * * PARAMETERS: None * * RETURNS: Nothing * * COMMENTS: With a 1:4 timer 1 prescaler, this function is * called every 26.21 milliseconds * *******************************************************************************/ |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|