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
Diff: main.cpp
- Revision:
- 25:1f5b1ce3d65c
- Parent:
- 24:bacf24afe91f
- Child:
- 28:fb88aeb3551e
--- a/main.cpp Tue Jan 22 16:36:44 2019 +0000 +++ b/main.cpp Wed Jan 23 03:51:20 2019 +0000 @@ -8,9 +8,6 @@ #include "Network.hpp" #include "time_functions.hpp" -#ifndef SD_Present -#define SD_Present -#endif //Serial pc(SERIAL_TX, SERIAL_RX); @@ -21,7 +18,6 @@ - Thread sensor_thread(osPriorityRealtime); //sensor thread is highest priority Thread serial_thread(osPriorityNormal); Thread SD_Card_thread(osPriorityNormal);