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.
Dependencies: mbed Prog_rele mbed-rtos
Diff: src/task.cpp
- Revision:
- 1:3c3390d4e97b
- Child:
- 2:c86c0f8dca14
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/task.cpp Sun Sep 19 13:29:11 2021 +0000
@@ -0,0 +1,12 @@
+
+/******************* логическая задача 1 ************************/
+#include "ext_vars.h"
+
+int task(){
+ int sts = 0;
+
+
+ sts = 1;
+ return sts;
+}
+