my

Fork of ESC by Mitch Carlson

Revision:
2:6ef05596f0e7
Parent:
1:4c02fede684b
--- a/esc.h	Sun Jun 09 22:23:45 2013 +0000
+++ b/esc.h	Sun Apr 06 04:10:34 2014 +0000
@@ -58,7 +58,7 @@
 
 class ESC {
 public:
-    ESC(PwmOut,int=20);         // Constructor(pwmPinOut,period_ms)
+    ESC(PwmOut,int=10);         // Constructor(pwmPinOut,period_ms)
     bool setThrottle(int);      // range 0-100
     void pulse(void);