yes Spada / Mbed OS programme
Revision:
12:856286ad4cdc
Parent:
11:dbc310addbf6
Child:
28:4c0d163ba01a
diff -r dbc310addbf6 -r 856286ad4cdc main.cpp
--- 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