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_pb2.cpp
00001 00002 /******************* логическая задача 2 ************************/ 00003 // 00004 // 00005 00006 00007 // подключаем глоб. переменные 00008 #include "ext_vars.h" 00009 00010 00011 // локальные переменные 00012 int test2 = 0 ; 00013 00014 00015 int task_pb2() 00016 { 00017 int sts=0 ; 00018 00019 00020 // test 00021 if(x01==1){ 00022 test2=20; 00023 }else{ 00024 test2=0; 00025 } 00026 00027 00028 00029 sts=1; 00030 return sts; 00031 } 00032
Generated on Sat Jul 16 2022 13:16:41 by
1.7.2