A Weather station designed to read the values of temperature and pressure from the sensor (BMP180), data displayed via a nokia N5110 display.
Dependencies: BMP180 N5110 PowerControl mbed
Diff: Barometer.h
- Revision:
- 26:c0d8d2f68406
- Parent:
- 23:a0ce9fa869c2
- Child:
- 27:06fbad36c15e
--- a/Barometer.h Sat May 09 15:38:36 2015 +0000 +++ b/Barometer.h Mon May 11 10:12:22 2015 +0000 @@ -79,6 +79,8 @@ InterruptIn button4 (p18); + + /** @namespace redLED @brief A PwmOut interface is used to control the frequency and mark-space ratio of a led (The red LED) @@ -326,6 +328,17 @@ */ void button4Pressed(); + + +void sliderPulled(); + + + + +void sliderRisen(); + + + /** Adds up two integer variables @param a - integer to add