Program to display temperature and pressure readings along with date and time.

Dependencies:   BMP180 N5110 PowerControl mbed

Revision:
12:75df8bf76081
Parent:
11:b97dd4410d72
Child:
13:f61f8c45b361
--- a/main.cpp	Thu May 07 13:40:30 2015 +0000
+++ b/main.cpp	Thu May 07 14:19:30 2015 +0000
@@ -122,6 +122,7 @@
 
 void menu() //!<main menu screen
 {
+    
     lcd.clear();
     if (POT>=(3.0/4.0)) { //!<if the potentiometer is pointing to the left (temperature)
         lcd.printString("Temperature",2,2); //!<data type label