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 13:618cd34ac393, committed 2021-04-19
- Comitter:
- lugindom
- Date:
- Mon Apr 19 13:10:51 2021 +0000
- Parent:
- 12:3dfd8f2939ac
- Commit message:
- First Commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3dfd8f2939ac -r 618cd34ac393 main.cpp --- a/main.cpp Mon Apr 19 08:47:39 2021 +0000 +++ b/main.cpp Mon Apr 19 13:10:51 2021 +0000 @@ -9,7 +9,7 @@ #include "RangeFinder.h" using namespace std::chrono; - +// InterruptIn user_button(USER_BUTTON); DigitalOut led(LED1);