this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
114:b11bb96c09f3
Child:
121:ac4f59839e4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/main.h	Sat May 18 15:44:48 2019 +0000
@@ -0,0 +1,10 @@
+#ifndef __MAIN_H__
+#define __MAIN_H__
+void print_memory_info();
+void blinkLEDs();
+void trigger_start_BLE();
+void trigger_stop_BLE();
+void trigger_start_WiFi();
+void trigger_stop_WiFi();
+
+#endif // __MAIN_H__
\ No newline at end of file