Send Air Pressure Data to COM Port

Files at this revision

API Documentation at this revision

Comitter:
monwonga3
Date:
Wed Feb 27 23:51:02 2019 +0000
Parent:
2:3e5c7afef8f8
Commit message:
Print Air Pressure Data to COM Port

Changed in this revision

MS5803.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MS5803.cpp	Thu Jul 24 04:59:22 2014 +0000
+++ b/MS5803.cpp	Wed Feb 27 23:51:02 2019 +0000
@@ -39,7 +39,7 @@
     /* transmit out 1 byte reset command */
     ms5803_tx_data[0] = ms5803_reset;
     if ( i2c.write( device_address,  ms5803_tx_data, 1 ) );
-    printf("send soft reset");
+    //printf("send soft reset");
     wait_ms(20);
 }