Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r30fd485858736c08d8bc4fe8bcb94cf1b545492e -r05e516dc17597cee29c89e5eee25caed055f1151 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 30fd485858736c08d8bc4fe8bcb94cf1b545492e) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 05e516dc17597cee29c89e5eee25caed055f1151) @@ -78,6 +78,11 @@ U16 getFPGATrimmerColdJunctionTemp ( void ); U08 getFPGACPiReadCount ( void ); +U08 getFPGACPiErrorCount ( void ); U32 getFPGACPi ( void ); + +U08 getFPGACPoReadCount ( void ); +U08 getFPGACPoErrorCount ( void ); +U32 getFPGACPo ( void ); #endif