Manual
Manuals
Brands
Nexus Robot Manuals
4 & 6 Wheel Robots
4WD Arduino Compatible Mecanum Robot Kit
51
52
53
54
55
56
57
58
59
60
www.nexusrobot.com Robot
Kits
manual
48
Serial.println(wheel1.getS
peedRPM(),DEC); //display
the speed of
the MotorWheel
Serial.print("MMPS
-->
");
Serial.println(wheel1.getSpee
dMMPS(),DEC);
//display the speed of the motor
//wheel1.debugger();
}
}
1
...
...
50
51
52
53
54
...
...
128