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.
main.cpp
00001 #include "general_control.h" 00002 #include "temp.h" 00003 #include "salinity.h" 00004 //#include "calibration.h" 00005 //extern bool rfl_flag; 00006 //extern Serial pc; 00007 00008 int main() { 00009 bool sal_state, temp_state; 00010 initialization(); 00011 00012 while(1){ 00013 //calibrate('a', "left"); 00014 sal_state = salinity_control(); 00015 //temp_state = temp_control(); 00016 //normality_test(sal_state, temp_state); 00017 wait(1); 00018 } 00019 }
Generated on Wed Jul 13 2022 10:07:54 by
1.7.2