Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r44a100f8e5210a02c23b8fcc4527d8e96d577381 -r1eb1085dfc954ba2b2dd7eb7fc66ea8486100a99 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 44a100f8e5210a02c23b8fcc4527d8e96d577381) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 1eb1085dfc954ba2b2dd7eb7fc66ea8486100a99) @@ -149,6 +149,8 @@ void setFPGAValveBloodArterialPosition( S16 setPoint ); S16 getFPGAValveBloodArterialPosition( void ); U16 getFPGAValveBloodArterialCurrentCounts( void ); +U16 getFPGABoardTemperature( void ); +U32 getFPGAPBAADCTemperature( void ); // The PWM functions are only used during debugging #ifdef DEBUG_ENABLED