changes to motor library

Dependents:   pid-car-example

Fork of motor by Lawrence Harlow

Branch:
motorupdate
Revision:
14:bc77edc4adb0
Parent:
11:4a6f97cc1f1e
Child:
15:f40e834d063b
--- a/motor.h	Sun Nov 20 12:48:25 2016 +0000
+++ b/motor.h	Sun Nov 20 13:24:43 2016 +0000
@@ -1,6 +1,7 @@
 #include "mbed.h"
 #include "TFC.h"
 #include <math.h>
+#include "angular_speed.h"
 
 int  motor_setup(); 
 void TurnOn();