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.
Dependents: TestBenchSerenity-proto_F429ZI TestBenchFlow HSPFLOW1 TestBenchFlow1 ... more
Diff: keller_pressure.h
- Revision:
- 7:6bca43eedca6
- Parent:
- 6:deb4008b136e
- Child:
- 8:0d45e94faf0f
--- a/keller_pressure.h Wed Feb 28 15:28:03 2018 +0000
+++ b/keller_pressure.h Thu Apr 05 16:04:45 2018 +0000
@@ -62,6 +62,7 @@
double pressureBAR, pressurePSI, pressureKPA, temperatureC, temperatureF;
char readPT(); // return 0 if good reading, 1 if error
+ char readP(); // return 0 if good reading, 1 if error
bool isAvailable();
char readUserInfo();
};