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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: omegaPX209/omegaPX209.hpp
- Revision:
- 17:7c16b5671d0e
- Parent:
- 14:85b64a4d08e8
- Child:
- 54:d4990fb68404
diff -r 3363b9f14913 -r 7c16b5671d0e omegaPX209/omegaPX209.hpp
--- a/omegaPX209/omegaPX209.hpp Mon Nov 06 22:57:56 2017 +0000
+++ b/omegaPX209/omegaPX209.hpp Tue Nov 21 22:03:26 2017 +0000
@@ -18,7 +18,7 @@
public:
omegaPX209(PinName pin);
void init();
- float tare(); // tares reading to ambient pressure
+ void tare(); // tares reading to ambient pressure
float getPsi(); // returns pressure [psi]
float getDepthFt(); // returns water depth [ft]