by i-Bot » Thu Mar 06, 2008 11:29 am
by i-Bot
Thu Mar 06, 2008 11:29 am
The servo loop is in an interrupt driven foreground, which should keep the servos pulsed on a regular basis.
There are still some things you can do in the background that can spoil this. Some of the background routines which have critical timing, disable the interrupts. These include music, RCIN, motorin, PRINT, remocon. Heavy repeated use of these will have a bad effect.
The servo loop is in an interrupt driven foreground, which should keep the servos pulsed on a regular basis.
There are still some things you can do in the background that can spoil this. Some of the background routines which have critical timing, disable the interrupts. These include music, RCIN, motorin, PRINT, remocon. Heavy repeated use of these will have a bad effect.