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: Peripherals Buffer_lib_v2 SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280
Revision 33:19ef40409329, committed 2019-01-23
- Comitter:
 - emilytrembeth
 - Date:
 - Wed Jan 23 13:37:17 2019 +0000
 - Parent:
 - 32:95444169a804
 - Commit message:
 - Comments
 
Changed in this revision
--- a/Threads_Lib.lib Wed Jan 23 13:25:27 2019 +0000 +++ b/Threads_Lib.lib Wed Jan 23 13:37:17 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/Year3_Version5/#60e9cd923e29 +https://os.mbed.com/teams/ELEC351/code/Year3_Version5/#88db533ba7d7
--- a/Time_Lib.lib Wed Jan 23 13:25:27 2019 +0000 +++ b/Time_Lib.lib Wed Jan 23 13:37:17 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/Time_Lib_v2/#37fdcdd0ac20 +https://os.mbed.com/teams/ELEC351/code/Time_Lib_v2/#ff5d7399dc23
--- a/main.cpp	Wed Jan 23 13:25:27 2019 +0000
+++ b/main.cpp	Wed Jan 23 13:37:17 2019 +0000
@@ -23,11 +23,8 @@
 //Main thread
 int main() {
     
-    //Power On Check TODO
     lcd.cls();
     
-    //FunctionSD1();
-    
     // run threads
     sensor_thread.start(FunctionSensor);           
     serial_thread.start(FunctionSerial);