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.
Fork of Boboobooov4 by
Diff: servo_api.cpp
- Revision:
- 22:34a0c436ac45
- Parent:
- 15:585df3979be8
diff -r 4e8a4f66aaef -r 34a0c436ac45 servo_api.cpp --- a/servo_api.cpp Thu Jul 10 03:25:59 2014 +0000 +++ b/servo_api.cpp Fri Jul 11 01:25:16 2014 +0000 @@ -17,7 +17,7 @@ angle = 0; - servo_in= new PwmOut(PTB0); + servo_in= new PwmOut(PTB1); servo_in->period_ms(20);