Code to save Air Pressure Data as Text File
Revision 5:e92749ae3c7a, committed 2019-02-27
- Comitter:
- monwonga3
- Date:
- Wed Feb 27 23:56:48 2019 +0000
- Parent:
- 2:3e5c7afef8f8
- Commit message:
- Save Air Pressure Data as a Text File
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:56:48 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);
}