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.
Revision 6:1b644a7c3144, committed 2018-10-19
- Comitter:
- CasperK
- Date:
- Fri Oct 19 10:36:24 2018 +0000
- Parent:
- 3:43bd04c205e6
- Commit message:
- Hidscope test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 24 13:43:03 2018 +0000 +++ b/main.cpp Fri Oct 19 10:36:24 2018 +0000 @@ -26,6 +26,7 @@ x = 1; while (true) { LED.write(potmeter); + wait(0.5f); } }