setMotorTurnAdj(id, speed,time)
Set the motor to rotate at constant speed (non-blocking)
Parameter
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
setMotorTurnAdj(1,-80,0xffff);
}
void loop() {
}Last updated