Manual

www.nexusrobot.com Robot Kits manual
48
Serial.println(wheel1.getSpeedRPM(),DEC); //display the speed of the MotorWheel
Serial.print("MMPS --> ");
Serial.println(wheel1.getSpeedMMPS(),DEC); //display the speed of the motor
//wheel1.debugger();
}
}