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

Dependencies:   BMP180 ConfigFile N5110 PowerControl beep mbed

main.cpp

Committer:
OHstin
Date:
2015-05-11
Revision:
0:da2b8c7a1ec1

File content as of revision 0:da2b8c7a1ec1:

#include "WeatherApp.h"

int main(){
    
    WeatherApp weather; // create weather application object
    weather.run(); // run the weather application
}