Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -ra14bc308c72272ce0275d263cf010c90d8a37355 -r48c75a394c56b82886760e9a136b638edecf7572 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision a14bc308c72272ce0275d263cf010c90d8a37355) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 48c75a394c56b82886760e9a136b638edecf7572) @@ -179,6 +179,16 @@ U16 getFPGAPtmRawPressure( void ); U16 getFPGAPtmRawTemperature( void ); +U08 getFPGAPRiReadCount( void ); +U08 getFPGAPRiErrorCount( void ); +U16 getFPGAPRiRawPressure( void ); +U16 getFPGAPRiRawTemperature( void ); + +U08 getFPGAPRoReadCount( void ); +U08 getFPGAPRoErrorCount( void ); +U16 getFPGAPRoRawPressure( void ); +U16 getFPGAPRoRawTemperature( void ); + //Level sensor U16 getFPGALevelSensor1( void ); U16 getFPGALevelSensor2( void );