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.
Diff: main.cpp
- Revision:
- 12:856286ad4cdc
- Parent:
- 11:dbc310addbf6
- Child:
- 28:4c0d163ba01a
--- a/main.cpp Tue Mar 19 20:48:48 2019 +0000 +++ b/main.cpp Mon Mar 25 14:54:43 2019 +0000 @@ -11,14 +11,17 @@ int main () { + // Instantiate of various data members Logger logger(true); NRFDevKit devKit(logger); + // Instantiate of the station WeatherStation weather(devKit, logger, BLE::Instance()); logger.log("Code written by Loic Guibert\r\n"); + // Station's launch weather.start(); } \ No newline at end of file