Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: MS5803.h
- Revision:
- 5:7d839d3899f8
- Parent:
- 4:ff505486c804
diff -r ff505486c804 -r 7d839d3899f8 MS5803.h
--- a/MS5803.h Sun Mar 20 03:05:18 2016 +0000
+++ b/MS5803.h Wed Sep 22 16:14:24 2021 +0000
@@ -60,7 +60,8 @@
class MS5803{
private:
- int D1, D2, Temp, C[8];
+ int D1, D2, Temp;
+ unsigned int C[8];
float T_MS5803, P_MS5803;
/* Data buffers */
char ms5803_rx_data[MS5803_RX_DEPTH];