Year Two Project ELEC 2645: Embedded Systems Project Portable Weather Station

Dependencies:   BMP180 ConfigFile N5110 PowerControl beep mbed

Revision:
0:da2b8c7a1ec1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon May 11 15:25:52 2015 +0000
@@ -0,0 +1,7 @@
+#include "WeatherApp.h"
+
+int main(){
+    
+    WeatherApp weather; // create weather application object
+    weather.run(); // run the weather application
+}
\ No newline at end of file