Shop OBEX P1 Docs P2 Docs Learn Events
Arlodrive.h Delay Problem — Parallax Forums

Arlodrive.h Delay Problem

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.

Comments

Sign In or Register to comment.