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 31:24081337c9ed, committed 2022-03-23
- Comitter:
- lupomic
- Date:
- Wed Mar 23 07:09:26 2022 +0000
- Parent:
- 30:1e8295770bc1
- Commit message:
- First Commit
Changed in this revision
PM2_Libary.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1e8295770bc1 -r 24081337c9ed PM2_Libary.lib --- a/PM2_Libary.lib Tue Mar 22 10:45:49 2022 +0100 +++ b/PM2_Libary.lib Wed Mar 23 07:09:26 2022 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/pmic/code/PM2_Libary/#ea222b81350eda41414c47268f910f5aec8d8ad1 \ No newline at end of file +https://os.mbed.com/users/pmic/code/PM2_Libary/#ea222b81350e
diff -r 1e8295770bc1 -r 24081337c9ed main.cpp --- a/main.cpp Tue Mar 22 10:45:49 2022 +0100 +++ b/main.cpp Wed Mar 23 07:09:26 2022 +0000 @@ -1,6 +1,8 @@ #include "mbed.h" #include "PM2_Libary.h" +// + // 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