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 22:5f173a424a41, committed 2022-03-18
- Comitter:
- ameno
- Date:
- Fri Mar 18 13:41:40 2022 +0000
- Parent:
- 21:f13e39291d80
- Commit message:
- First Commit
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 18 09:44:17 2022 +0100 +++ b/main.cpp Fri Mar 18 13:41:40 2022 +0000 @@ -1,6 +1,8 @@ #include "mbed.h" #include "PM2_Libary.h" +//Workshop 1 + // logical variable main task bool do_execute_main_task = false; // this variable will be toggled via the user button (blue button) to or not to execute the main task