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.cpp
- Revision:
- 67:c86a4b464682
- Parent:
- 56:48a8a5a65b82
--- a/omegaPX209/omegaPX209.cpp Tue Jun 19 20:14:23 2018 +0000
+++ b/omegaPX209/omegaPX209.cpp Mon Jun 25 15:44:00 2018 +0000
@@ -90,7 +90,5 @@
}
float omegaPX209::getRawPSI() {
-// float pressure_raw = adc().readCh4()/4095.0 * _adcVoltage * _psi_per_volt_cal;
-// return pressure_raw;
return _PSI_reading;
}
\ No newline at end of file