Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r16dfbeeca1bcf1d2115c2f7549999fdaae0700e9 -rc48a99d2d1c852adcc986253b6c420a90dab7bfe --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 16dfbeeca1bcf1d2115c2f7549999fdaae0700e9) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision c48a99d2d1c852adcc986253b6c420a90dab7bfe) @@ -43,9 +43,34 @@ U32 getFPGALoadCellA2( void ); U32 getFPGALoadCellB1( void ); U32 getFPGALoadCellB2( void ); + U32 getFPGATPiTemp( void ); U32 getFPGATPoTemp( void ); + +U32 getFPGACD1Temp( void ); +U32 getFPGACD2Temp( void ); + +U08 getFPGARTDErrorCount( void ); +U08 getFPGARTDReadCount( void ); + +U32 getFPGATHDoTemp( void ); + +U08 getFPGATHDoErrorCount( void ); +U08 getFPGATHDoReadCount( void ); + +U32 getFPGATDiTemp( void ); + +U08 getFPGATDiErrorCount( void ); +U08 getFPGATDiReadCount( void ); + U16 getFPGAPrimaryHeaterTemp( void ); + +U08 getFPGAPrimaryHeaterFlags( void ); +U08 getFPGAPrimaryHeaterReadCount( void ); + U16 getFPGATrimmerHeaterTemp( void ); +U08 getFPGATrimmerHeaterFlags( void ); +U08 getFPGATrimmerHeaterReadCount( void ); + #endif