setMotorStop(id)
Set the motor to stop
Parameter
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
setMotorTurnAdj(1,-80,0xffff);
delay(400);
setMotorStop(1);
}
void loop() {
}Last updated