Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rf068446fdb7889d320ddb6ffbd58f347ce0501e7 -ra24665c05496241e5ba9a73e0b1831a85dfbc3c9 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision f068446fdb7889d320ddb6ffbd58f347ce0501e7) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision a24665c05496241e5ba9a73e0b1831a85dfbc3c9) @@ -34,6 +34,10 @@ U16 getFPGAStatus( void ); void setFPGAControl( U16 ctrl ); +U32 getFPGALoadCellA1( void ); +U32 getFPGALoadCellA2( void ); +U32 getFPGALoadCellB1( void ); +U32 getFPGALoadCellB2( void ); F32 getFPGABloodFlow( void ); F32 getFPGADialysateFlow( void ); U16 getFPGAArterialPressure( void );