Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -rae7a7f0dc06fd31a53b0db564d515ce4c39acf67 -r3643a2e648ab2b216fd08579e56bdc02fb94836d --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision ae7a7f0dc06fd31a53b0db564d515ce4c39acf67) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 3643a2e648ab2b216fd08579e56bdc02fb94836d) @@ -1,6 +1,6 @@ /************************************************************************** * -* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. @@ -258,6 +258,11 @@ U08 getFPGABloodLeakRxErrorCount( void ); U08 getFPGABloodLeakRxFIFODataOut( void ); +// Rinse pump +void setFPGAD79RinsePumpControl( U08 value ); +void setFPGAD79RinsePumpPWMControl( U08 value ); +U16 getFPGAD79RinsePumpPulseWidth( void ); + //*************** IOFP ******************* void setFPGAFPValveStates( U08 valveStates );