Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -rf3a26c402a2ec88f5ee7dbb8eb7127ab5b4692aa -r285b5d82539c96524c93703d52a66fff76fb64fc --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision f3a26c402a2ec88f5ee7dbb8eb7127ab5b4692aa) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 285b5d82539c96524c93703d52a66fff76fb64fc) @@ -82,8 +82,11 @@ void setFPGAVenousBubbleSelfTest( void ); void clearFPGAVenousBubbleSelfTest( void ); -void setH13ValveState( OPN_CLS_STATE_T state ); +void setH13ValveState( VALVE_3WAY_STATE_T state ); +void setH20ValveState( VALVE_3WAY_STATE_T state ); +void setAirPumpMotorPowerLevel( U08 power ); + void setH19Control( U08 controlBits ); U08 getH19Control( void ); void setH19Position( U16 setPoint );