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 SD_Lib Time_Lib_v2 Year3_Version5 BMP280 LCDFunctions TextLCD BME280 Serial_Lib
Revision 14:433745616744, committed 2019-01-03
- Comitter:
- emilytrembeth
- Date:
- Thu Jan 03 13:52:58 2019 +0000
- Parent:
- 13:a89d4591af3f
- Commit message:
- Comments added and Commented out the outdated code
Changed in this revision
--- a/LCDFunctions.lib Wed Jan 02 18:19:44 2019 +0000 +++ b/LCDFunctions.lib Thu Jan 03 13:52:58 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/LCDFunctions/#de2f80988f12 +https://os.mbed.com/teams/ELEC351/code/LCDFunctions/#dd699b3c02bd
--- a/Serial_Lib.lib Wed Jan 02 18:19:44 2019 +0000 +++ b/Serial_Lib.lib Thu Jan 03 13:52:58 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/Serial_Lib/#f32feebb9c4c +https://os.mbed.com/teams/ELEC351/code/Serial_Lib/#529ba058cda4
--- a/Threads_Lib.lib Wed Jan 02 18:19:44 2019 +0000 +++ b/Threads_Lib.lib Thu Jan 03 13:52:58 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/Year3_Version5/#2e972a287878 +https://os.mbed.com/teams/ELEC351/code/Year3_Version5/#4bac199fbc31
--- a/Time_Lib.lib Wed Jan 02 18:19:44 2019 +0000 +++ b/Time_Lib.lib Thu Jan 03 13:52:58 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/ELEC351/code/Time_Lib_v2/#c28c7da42ae3 +https://os.mbed.com/teams/ELEC351/code/Time_Lib_v2/#3f3f9ab5a8b7
--- a/main.cpp Wed Jan 02 18:19:44 2019 +0000
+++ b/main.cpp Thu Jan 03 13:52:58 2019 +0000
@@ -48,8 +48,8 @@
// run threads
t1.start(FunctionSensor);
- t2.start(FunctionTime);
- t3.start(FunctionSerial);
- t4.start(FunctionSD2);
+// t2.start(FunctionTime);
+ t2.start(FunctionSerial);
+ t3.start(FunctionSD2);
}