Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r4fa5628781e2b420cad6afc42a4b754dd484b997 -rc8c60f543b53cd96008914a01145f5b08426903e --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 4fa5628781e2b420cad6afc42a4b754dd484b997) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision c8c60f543b53cd96008914a01145f5b08426903e) @@ -1,4 +1,4 @@ -/************************************************************************** +/**********************************************************************//** * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * @@ -32,10 +32,20 @@ void signalFPGAReceiptCompleted( void ); void signalFPGATransmitCompleted( void ); +void setFPGAValveStates( U16 valveStates ); +void setFPGADrainPumpSpeed( U08 drainPumpDAC ); + U16 getFPGAStatus( void ); +U16 getFPGAValveStates( void ); +U16 getFPGAROPumpFlowRate( void ); +U16 getFPGADrainPumpSpeed( void ); U32 getFPGALoadCellA1( void ); U32 getFPGALoadCellA2( void ); U32 getFPGALoadCellB1( void ); U32 getFPGALoadCellB2( void ); +U32 getFPGATPiTemp( void ); +U32 getFPGATPoTemp( void ); +U16 getFPGAPrimaryHeaterTemp( void ); +U16 getFPGATrimmerHeaterTemp( void ); #endif