ELEC351 / Mbed OS Year3_Version12_ERP3

Dependencies:   Peripherals SD_Lib_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280 Buffer

Files at this revision

API Documentation at this revision

Comitter:
emilytrembeth
Date:
Wed Jan 23 01:04:33 2019 +0000
Parent:
24:bacf24afe91f
Commit message:
network, sd

Changed in this revision

Network_Lib.lib Show annotated file Show diff for this revision Revisions of this file
SD_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/Network_Lib.lib	Tue Jan 22 16:36:44 2019 +0000
+++ b/Network_Lib.lib	Wed Jan 23 01:04:33 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/ELEC351/code/Network_Lib/#4a6dc333edc2
+https://os.mbed.com/teams/ELEC351/code/Network_Lib/#d18cfb558be9
--- a/SD_Lib.lib	Tue Jan 22 16:36:44 2019 +0000
+++ b/SD_Lib.lib	Wed Jan 23 01:04:33 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/ELEC351/code/SD_Lib_EffedUP_ERP/#15e696f0f3c4
+https://os.mbed.com/teams/ELEC351/code/SD_Lib_EffedUP_ERP/#bd89f7ed3d22
--- a/main.cpp	Tue Jan 22 16:36:44 2019 +0000
+++ b/main.cpp	Wed Jan 23 01:04:33 2019 +0000
@@ -46,9 +46,9 @@
     
     // run threads
     sensor_thread.start(FunctionSensor);           
-    serial_thread.start(FunctionSerial); 
+//    serial_thread.start(FunctionSerial); 
     SD_Card_thread.start(FunctionSD1);
     Network_thread.start(Network);   
-    Update_time_thread.start(UpdateTime);
+//    Update_time_thread.start(UpdateTime);
 
 }