Implementaion of a weather station using the BMP180 sensor, nokia N5110 lcd screen and the mbed NXP CPC1768 microcontroller

Dependencies:   BMP180 N5110 PowerControl mbed

Fork of DocTest by Craig Evans

Revision:
3:f7036017b319
Parent:
2:afdc5d6ca47f
--- a/main.h	Mon May 11 21:28:14 2015 +0000
+++ b/main.h	Mon May 11 21:35:53 2015 +0000
@@ -1,7 +1,9 @@
 /**
 @file main.h
 @brief Header file containing functions prototypes, defines and global variables.
-@brief This is the main function to control the embedded system and the BMP180 sensor and the N5110 LCD screen. 
+@brief Implementantion of a weather station using the BMP180 sensor, the N5110 LCD screen and the mbed NXP LPC1768  microcontroller
+@brief to do that the libraries developed by Dr. Craig Evans are going to be used to control the BMP180 sensor and the N5110 LCD screen
+@brief a power saving feature was enabled by user the powerControl library by Michael Wei
 @brief Revision 1.5.
 @author Felipe F. Lopes
 @date   May 2015