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
Revision 6:4e8b0d2bbe85, committed 2022-08-24
- 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 |
--- 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];