David Wahl / KellerDruck_pressure

Dependents:   TestBenchSerenity-proto_F429ZI TestBenchFlow HSPFLOW1 TestBenchFlow1 ... more

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();
 };