ELEC351 / Mbed OS Year3_Version21_ET

Dependencies:   Peripherals Buffer_lib_v2 SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280

Files at this revision

API Documentation at this revision

Comitter:
emilytrembeth
Date:
Wed Jan 23 13:37:17 2019 +0000
Parent:
32:95444169a804
Commit message:
Comments

Changed in this revision

Threads_Lib.lib Show annotated file Show diff for this revision Revisions of this file
Time_Lib.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);