my

Fork of ESC by Mitch Carlson

Files at this revision

API Documentation at this revision

Comitter:
redplam
Date:
Sun Apr 06 04:10:34 2014 +0000
Parent:
1:4c02fede684b
Commit message:
ver1.0

Changed in this revision

esc.h Show annotated file Show diff for this revision Revisions of this file
diff -r 4c02fede684b -r 6ef05596f0e7 esc.h
--- 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);