Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r3393de3377c15fcbe223326fed40a840f16d7ce9 -rdcdc84e87fe5d67c15e83bc4e4a4bbacb0f4b63b --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 3393de3377c15fcbe223326fed40a840f16d7ce9) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision dcdc84e87fe5d67c15e83bc4e4a4bbacb0f4b63b) @@ -241,6 +241,14 @@ U32 getFPGAD99Temp( void ); U08 getFPGARTDReadCount( void ); U08 getFPGARTDCountErrorCycles( void ); +U08 getFPGAIOExpanderReadCount( void ); +U08 getFPGAIOExpanderErrorCount( void ); +U08 getFPGAHallSensorStatus( void ); +U08 getFPGAGPIOStatus( void ); +U32 getFPGATempTax1( void ); +U32 getFPGATempRTD( void ); +U08 getFPGAAD7124ReadCount( void ); +U08 getFPGAAD7124ErrorCount( void ); //Primary and Trimmer heater void setFPGAD5HeaterPWMControl( U08 control ); @@ -309,6 +317,10 @@ U16 getFPGAFlowP7( void ); U16 getFPGAFlowP7Temp( void ); U16 getFPGAFlowP7InternalTemp( void ); +U08 getFPGAFlowP7ReadCount( void ); +U08 getFPGAFlowP7ErrorCount( void ); +U08 getFPGAFlowP16ReadCount( void ); +U08 getFPGAFlowP16ErrorCount( void ); void setFPGAP9Control( U08 control ); void setFPGAP9Address( U16 address );