Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r7d963ca43801628920617ce0b904a62effcd2722 -r8c070c7bf525b5f7f5e3fbc9dba1873c1d7be545 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 7d963ca43801628920617ce0b904a62effcd2722) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 8c070c7bf525b5f7f5e3fbc9dba1873c1d7be545) @@ -171,6 +171,7 @@ void setFPGAD11PumpRevolutionCount( U16 count ); void setFPGAD10PumpRevolutionCount( U16 count ); void setFPGAD76PumpRevolutionCount( U16 count ); +void setFPGAD79RinsePumpPWMControl( U08 control ); U08 getFPGAD11PumpControlStatus( void ); U08 getFPGAD10PumpControlStatus( void ); @@ -189,6 +190,7 @@ U16 getFPGAD11PumpRevolutionCountStatus( void ); U16 getFPGAD10PumpRevolutionCountStatus( void ); U16 getFPGAD76PumpRevolutionCountStatus( void ); +U16 getFPGAD79RinsePumpSpeed( void ); void setFPGAD48PumpSpeed( U16 speed ); void setFPGAD12PumpSpeed( U16 speed ); @@ -253,6 +255,10 @@ U08 getFPGABloodLeakRxErrorCount( void ); U08 getFPGABloodLeakRxFIFODataOut( void ); +// Rinse pump +void setFPGAD79RinsePumpControl( U08 value ); +void setFPGAD79RinsePumpPWMControl( U08 value ); + //*************** IOFP ******************* void setFPGAFPValveStates( U08 valveStates );