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: PCAL955x mbed mbed-rtos AT45
task_ob.cpp
00001 00002 /******************* организационный блок ************************/ 00003 // формируем условия и порядок вызова логических 00004 // задач пользователя 00005 00006 // задачи пользователя 00007 #include "task_pb1.h" 00008 #include "task_pb2.h" 00009 #include "task_pb3.h" 00010 00011 // подключаем глоб. переменные 00012 #include "ext_vars.h" 00013 00014 00015 // локальные переменные 00016 int tmp = 0 ; 00017 00018 00019 int task_ob() 00020 { 00021 int sts=0 ; 00022 00023 00024 if(x16==0){ 00025 task_pb1(); 00026 task_pb2(); 00027 }else{ 00028 task_pb3(); 00029 } 00030 00031 00032 00033 sts=1; 00034 return sts; 00035 } 00036
Generated on Sat Jul 16 2022 13:16:41 by
1.7.2