pressures

Dependencies:   KellerDruck_pressure PID PWM-Coil-driver Sensirion_SF04 VL6180

Fork of HSPFLOW by jack kemnitz

Revision:
7:fb77fbe65357
Parent:
5:8e47d5323647
--- a/main.h	Wed Aug 02 18:22:09 2017 +0000
+++ b/main.h	Tue Aug 08 21:11:27 2017 +0000
@@ -15,7 +15,8 @@
 //High Speed Pressure
 AnalogIn analog_value(A3);
 Thread HighSpeedPressure;
-float High_Speed_Pressure=0.00;
+
+float High_Speed_Pressure_Calibrated;
 
 // Mbed application shield display
 #include "C12832A1Z.h"