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: KellerDruck_pressure PID PWM-Coil-driver Sensirion_SF04 VL6180
Fork of HSPFLOW by
Diff: main.h
- 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"
