Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r9eae2f683887bededd2240f51ddfc667d8c1d566 -rd47b9bcbd4796a8c51d9e87436422c5868292ac6 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 9eae2f683887bededd2240f51ddfc667d8c1d566) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision d47b9bcbd4796a8c51d9e87436422c5868292ac6) @@ -8,7 +8,7 @@ * @file FpgaDD.h * * @author (last) Michael Garthwaite -* @date (last) 01-Jun-2026 +* @date (last) 09-Jul-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -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 );