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 Task442 by
Revision 5:6e92769a3ed8, committed 2020-05-11
- Comitter:
- noutram
- Date:
- Mon May 11 13:54:36 2020 +0000
- Parent:
- 4:2c20353c0656
- Commit message:
- Fixed comment
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 10 13:52:12 2019 +0000 +++ b/main.cpp Mon May 11 13:54:36 2020 +0000 @@ -20,7 +20,7 @@ //Set baud rate to 115200 pc.baud(115200); - //Set up the ticker - 100Hz + //Set up the ticker - 1Hz t.attach(doSample1Hz, 1.0); while(1) {