Senior design censored code to run freescale motor with X-NUCLEO-IM07M1. REFACTORED

Dependencies:   mbed

Fork of Blue_Board_Test_2 by Brad VanderWilp

Revision:
2:0fbba327c44f
Parent:
1:69c06d3676fd
Child:
3:2bcc36fe4de5
--- a/main.cpp	Wed Apr 06 19:41:25 2016 +0000
+++ b/main.cpp	Wed Apr 06 19:45:47 2016 +0000
@@ -125,7 +125,7 @@
     phaseA.period_us(10);
     phaseB.period_us(10);
     phaseC.period_us(10);
-    interrupt.attach(&intcall, .015);
+    interrupt.attach(&intcall, .01);
 
     
     phaseA.write(0);