Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 5:d4e53f381e99, committed 2015-11-20
- 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);