unit test for brushless motors using a potentiometer and a castle creations esc with 0.5 center duty cycle

Dependencies:   ESC Servo mbed

Fork of brushlessmotor by jetfishteam

Revision:
2:040b8c8f4f92
Parent:
0:187bb46ed128
Child:
3:605f216167f6
--- a/main.cpp	Wed Jul 29 20:03:01 2015 +0000
+++ b/main.cpp	Thu Jul 30 20:36:00 2015 +0000
@@ -3,7 +3,7 @@
 #include "esc.h"
 #include "MainController.h"
 
-//ESC esc1(p21);
+//ESC esc1(p25);
 //
 //Serial pc(USBTX, USBRX); //serial communication via usb cable to display terminal //https://developer.mbed.org/handbook/SerialPC
 //Timer t; //this is a timer interrupt that is 
@@ -58,4 +58,4 @@
     }
     //t.stop();
     //mainCtrl.stop();
-}
\ No newline at end of file
+}