Arlodrive.h Delay Problem
omarmonzer
Posts: 6
in Robotics
When I use Arlodrive.h library there is about 0.5 seconds delay between commands. How to remover these delay?
For example:
while(1)
{
drive_goto(10, -10);
}
There is a delay between each step.
For example:
while(1)
{
drive_goto(10, -10);
}
There is a delay between each step.
Comments
If you are attempting to program an Arduino for controlling Arlo, you might want to try to this newer Arduino code library.
Works for me.
Regards,
TCIII AVD