Demo program to connect to MS5803-14BA Pressure Sensor with an I2C connection.

Dependencies:   MS5803 mbed

Fork of MS5803-Demo by Raig Kaufer

Files at this revision

API Documentation at this revision

Comitter:
rkk
Date:
Thu Jul 24 04:48:39 2014 +0000
Parent:
1:607dbba0562f
Child:
3:6c96eb0697a5
Commit message:
add a new line

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 24 04:48:16 2014 +0000
+++ b/main.cpp	Thu Jul 24 04:48:39 2014 +0000
@@ -44,7 +44,7 @@
 
 #ifdef debug
         wait( 3 );
-        pc.printf("MS5803 demo");
+        pc.printf("MS5803 demo\r\n");
 #endif
 
     while ( 1 ) {