Index: firmware/App/Services/FPGA.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r05e516dc17597cee29c89e5eee25caed055f1151 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 05e516dc17597cee29c89e5eee25caed055f1151) @@ -76,5 +76,13 @@ U16 getFPGAPRimaryColdJunctionTemp ( void ); U16 getFPGATrimmerColdJunctionTemp ( void ); + +U08 getFPGACPiReadCount ( void ); +U08 getFPGACPiErrorCount ( void ); +U32 getFPGACPi ( void ); + +U08 getFPGACPoReadCount ( void ); +U08 getFPGACPoErrorCount ( void ); +U32 getFPGACPo ( void ); #endif