Test program of BMP085 pressure sensor

Dependencies:   mbed

Fork of BMP085_lib by Kory Hill

Files at this revision

API Documentation at this revision

Comitter:
newk8600
Date:
Fri Nov 09 19:34:07 2012 +0000
Parent:
5:34e9a3921278
Commit message:
slight tweaks;

Changed in this revision

test.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/test.cpp	Fri Nov 09 19:29:16 2012 +0000
+++ b/test.cpp	Fri Nov 09 19:34:07 2012 +0000
@@ -19,7 +19,8 @@
 int main()
 {
 
-
+    pc.baud(9600);
+    
     alt_sensor.display_cal_param(&pc);
     
     pc.printf("Temperature: %d\r\n", alt_sensor.get_temperature());