Search found 1 match

by anthonykoeslag
17 Aug 2011, 07:56
Forum: Mindstorms Software
Topic: re-entrant motor control
Replies: 3
Views: 4275

re-entrant motor control

Hi all I'm using NXC, and I'm curious about what causes the following behaviour, and wondering how to specify re-entrant functions if thats possible. If I user the following code: RotateMotor(OUT_A, 50, 360); RotateMotor(OUT_C, 50, 360); First motor A moves and only when that’s done motor C moves....