Quote:
|
Originally Posted by Validius
If you look at main.c you will see this code:
...
From this one could conclude that it loops every 26.2ms because it is within the slow loop area.
|
Yeah, but if you look at User_Autonomous_Code() you'll see that it enters a while loop there that loops fast until autonomous mode is over, where is returns back to the slow loop.