Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r3417933e6edf61a914c428e2fa944b3b349272a4 -r72802c396f436d451920fc3be5f2e351b5a2ea73 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 3417933e6edf61a914c428e2fa944b3b349272a4) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 72802c396f436d451920fc3be5f2e351b5a2ea73) @@ -149,6 +149,7 @@ void setFPGAD11PumpRevolutionCount( U16 count ); void setFPGAD10PumpRevolutionCount( U16 count ); void setFPGAD76PumpRevolutionCount( U16 count ); +void setFPGAD79RinsePumpPWMControl( U08 control ); U08 getFPGAD11PumpControlStatus( void ); U08 getFPGAD10PumpControlStatus( void ); @@ -167,6 +168,7 @@ U16 getFPGAD11PumpRevolutionCountStatus( void ); U16 getFPGAD10PumpRevolutionCountStatus( void ); U16 getFPGAD76PumpRevolutionCountStatus( void ); +U16 getFPGAD79RinsePumpSpeed( void ); void setFPGAD48PumpSpeed( U16 speed ); void setFPGAD12PumpSpeed( U16 speed ); @@ -231,6 +233,10 @@ U08 getFPGABloodLeakRxErrorCount( void ); U08 getFPGABloodLeakRxFIFODataOut( void ); +// Rinse pump +void setFPGAD79RinsePumpControl( U08 value ); +void setFPGAD79RinsePumpPWMControl( U08 value ); + //*************** IOFP ******************* void setFPGAIOValveStates( U08 valveStates );