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 adam_try by
Revision 1:d6e970ba1de1, committed 2016-01-12
- Comitter:
- adam_z
- Date:
- Tue Jan 12 14:00:38 2016 +0000
- Parent:
- 0:0583c47b5640
- Commit message:
- already tried
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jan 12 13:58:15 2016 +0000 +++ b/main.cpp Tue Jan 12 14:00:38 2016 +0000 @@ -7,7 +7,7 @@ int main() { mypwm.period_ms(10); - mypwm.pulsewidth_ms(1); + mypwm.pulsewidth_ms(1);//llll printf("pwm set to %.2f %%\n", mypwm.read() * 100);