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_EffedUP_ERP Time_Lib_v2 Year3_Version5 BMP280 Network_Lib TextLCD BME280 Buffer
Revision 25:ef3ee210fed5, committed 2019-01-23
- Comitter:
- emilytrembeth
- Date:
- Wed Jan 23 01:04:33 2019 +0000
- Parent:
- 24:bacf24afe91f
- Commit message:
- network, sd
Changed in this revision
--- 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); }