
Simple Weather Station. Data Logger and gives primitive weather predictions.
Dependencies: BMP180 N5110 PowerControl beep mbed
Revision 7:b92507a1a1e5, committed 2015-05-11
- Comitter:
- el13nsp
- Date:
- Mon May 11 14:01:38 2015 +0000
- Parent:
- 6:7271c1e8e348
- Commit message:
- Final Version of Weather Station V 1.0
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 09 17:08:06 2015 +0000 +++ b/main.cpp Mon May 11 14:01:38 2015 +0000 @@ -320,7 +320,7 @@ if(buttonCFlag) { // if flag C is set lcd.clear(); - + if(prediction == 0) { // If prediction is not possible lcd.printString("PREDICTION",10,1); @@ -335,7 +335,7 @@ lcd.refresh(); wait(5.0); - + buttonCFlag = 0; // reset flag }