Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r9eae2f683887bededd2240f51ddfc667d8c1d566 -rd3443d6a118d1d2565e86d95b5c7013d91145fea --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 9eae2f683887bededd2240f51ddfc667d8c1d566) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision d3443d6a118d1d2565e86d95b5c7013d91145fea) @@ -249,6 +249,11 @@ void setFPGAD79RinsePumpPWMControl( U08 value ); U16 getFPGAD79RinsePumpPulseWidth( void ); +U16 getFPGAACDCPowerSupplyCurrent( void ); +U16 getFPGAACDCPowerSupplyVoltage( void ); +U16 getFPGAACHeaterCurrent( void ); +U16 getFPGAACHeaterVoltage( void ); + //*************** IOFP ******************* void setFPGAFPValveStates( U08 valveStates ); @@ -323,6 +328,8 @@ U16 getFPGAP40PumpPWM( void ); U16 getFPGAP40PumpTachCount( void ); + + /**@}*/ #endif