Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r6158f53357d5d4023df091b6ed1e8f6aa9f30947 -rc12bff518c0b58065eede15469ad8a2a6f6e317b --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 6158f53357d5d4023df091b6ed1e8f6aa9f30947) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision c12bff518c0b58065eede15469ad8a2a6f6e317b) @@ -43,17 +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 ); -//TODO Add get functions for the error and count for the temp sensors +U08 getFPGATDiErrorCount( void ); +U08 getFPGATDiReadCount( void ); U16 getFPGAPrimaryHeaterTemp( void ); + +U08 getFPGAPrimaryHeaterFlags( void ); +U08 geetFPGAPrimaryHeaterReadCount( void ); + U16 getFPGATrimmerHeaterTemp( void ); +U08 getFPGATrimmerHeaterFlags( void ); +U08 getFPGATrimmerHeaterReadCount( void ); + #endif