Тлен / Mbed 2 deprecated ROVtest

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
spin7ion
Date:
Fri Nov 20 17:18:50 2015 +0000
Parent:
4:0b614835f104
Commit message:
some bug fixes

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 17 10:44:40 2015 +0000
+++ b/main.cpp	Fri Nov 20 17:18:50 2015 +0000
@@ -19,7 +19,7 @@
         
         if(signer>0 && servopulsewidth>1990){
             signer=-1;
-        }else if(signer<0 && servopulsewidth<10){
+        }else if(signer<0 && servopulsewidth<1000){
             signer=1;
         }
         servo.pulsewidth_us(servopulsewidth);