Create a motor object, to control a motor using L293DNE and FDRM-KL46z.
Dependencies: mbed
Diff: Motor.cpp
- Revision:
- 3:41acca236570
- Parent:
- 2:538f0e257365
diff -r 538f0e257365 -r 41acca236570 Motor.cpp --- a/Motor.cpp Fri Oct 21 16:39:10 2016 +0000 +++ b/Motor.cpp Wed Oct 25 00:05:33 2017 +0000 @@ -31,6 +31,6 @@ }//End of Stop void Motor::Speed(int motor_speed) { - float percantage = motor_speed/100; + //float percantage = motor_speed/100; }//End of Speed \ No newline at end of file