Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -r3241c6b7f66889b6443e377ab1f5ecf2cedd2602 -r85a88a4ffdc56784d261ccd2e87d156805666c5d --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 3241c6b7f66889b6443e377ab1f5ecf2cedd2602) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 85a88a4ffdc56784d261ccd2e87d156805666c5d) @@ -82,6 +82,26 @@ U08 getFPGAX1ReadCount( void ); U08 getFPGAX1ErrorCount( void ); +S16 getFPGAX2RawPressure( void ); +S16 getFPGAX2RawTemperature( void ); +U08 getFPGAX2ReadCount( void ); +U08 getFPGAX2ErrorCount( void ); + +S16 getFPGAX3RawPressure( void ); +S16 getFPGAX3RawTemperature( void ); +U08 getFPGAX3ReadCount( void ); +U08 getFPGAX3ErrorCount( void ); + +S16 getFPGAX4RawPressure( void ); +S16 getFPGAX4RawTemperature( void ); +U08 getFPGAX4ReadCount( void ); +U08 getFPGAX4ErrorCount( void ); + +S16 getFPGAX5RawPressure( void ); +S16 getFPGAX5RawTemperature( void ); +U08 getFPGAX5ReadCount( void ); +U08 getFPGAX5ErrorCount( void ); + U32 getFPGAP23Temperature( void ); U32 getFPGAP22Temperature( void );