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

Files at this revision

API Documentation at this revision

Comitter:
FFLopes
Date:
Mon May 11 21:35:53 2015 +0000
Parent:
2:afdc5d6ca47f
Commit message:
Really finished

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
diff -r afdc5d6ca47f -r f7036017b319 main.cpp
--- a/main.cpp	Mon May 11 21:28:14 2015 +0000
+++ b/main.cpp	Mon May 11 21:35:53 2015 +0000
@@ -1,7 +1,7 @@
 /**
 @file main.cpp
 
-@brief Program implementation
+@brief Program implementation of the weather station
 
 */
 
diff -r afdc5d6ca47f -r f7036017b319 main.h
--- 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