Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r9eae2f683887bededd2240f51ddfc667d8c1d566 -r862bea855cd392328aad1f4a93a275980ee17f26 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 9eae2f683887bededd2240f51ddfc667d8c1d566) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 862bea855cd392328aad1f4a93a275980ee17f26) @@ -249,6 +249,11 @@ void setFPGAD79RinsePumpPWMControl( U08 value ); U16 getFPGAD79RinsePumpPulseWidth( void ); +U16 getFPGAACToDCPowerSupplyCurrent( void ); +U16 getFPGAACToDCPowerSupplyVoltage( void ); +U16 getFPGAACHeaterCurrent( void ); +U16 getFPGAACHeaterVoltage( void ); + //*************** IOFP ******************* void setFPGAFPValveStates( U08 valveStates );