legionella detector

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
lewiscameron
Date:
Wed Aug 24 19:43:57 2022 +0000
Parent:
5:2d1d347847a6
Commit message:
end

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2d1d347847a6 -r 4e8b0d2bbe85 main.cpp
--- a/main.cpp	Tue Aug 23 18:12:01 2022 +0000
+++ b/main.cpp	Wed Aug 24 19:43:57 2022 +0000
@@ -84,7 +84,6 @@
 
 // void functions that will be called upon throughout the code
 void startup();    //startup function
-void cwshigh();    //CWS high temperature function
 void codeloop();   //main loop function
 void get_temp();   //temperature display function
 void CustHi_SP();    //function for changine the custom high limit SP
@@ -131,10 +130,7 @@
     
     startup();
     
-    codeloop();
-    
-    
-    
+    codeloop();   
 }
 
 // initialise serial connection
@@ -437,12 +433,6 @@
     button_start_flag = 1;
 }  
 
-void cwshigh()
-{
-    lcd.printString("Water Temp Too High",0,3);
-    led_red1 = 0;
-}
-
 void get_temp()
 {
     char buffer[14];