cleaned up motor class with separate header and .cpp files

Dependencies:   mbed

Dependents:   TerraBot_Drive_2D TerraBot_Drive_2D TerraBot_Drive_2D_FINAL DUMP_TRUCK_Test ... more

Revision:
2:7674afbf8e53
Parent:
0:0a5af2965205
Child:
4:e87768d3cd09
--- a/Motor.h	Mon Oct 24 18:54:53 2016 +0000
+++ b/Motor.h	Mon Oct 24 20:14:27 2016 +0000
@@ -1,5 +1,5 @@
-#ifndef MBED_FLASHER_H
-#define MBED_FLASHER_H
+#ifndef MOTOR_H
+#define MOTOR_H
 
 #include "mbed.h"