Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r22176ce95e49213c48454f34ddf5d29b8109f2cb -rf91baac9704a90ab0fea1dd05e11833ffc5a5a4e --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 22176ce95e49213c48454f34ddf5d29b8109f2cb) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision f91baac9704a90ab0fea1dd05e11833ffc5a5a4e) @@ -142,6 +142,17 @@ U08 getFPGADialysateCapStatus( void ); U08 getFPGAConcentrateCapStatus( void ); +U08 getFPGABaroReadCount( void ); +U08 getFPGABaroErrorCount( void ); +U16 getFPGABaroPressureSensitivity( void ); +U16 getFPGABaroPressureOffset( void ); +U16 getFPGABaroTempCoeffOfPressSensitvity( void ); +U16 getFPGABaroTempCoeffOfPressOffset( void ); +U16 getFPGABaroReferenceTemp( void ); +U16 getFPGABaroTempCoeffOfTemperature( void ); +U32 getFPGABaroPressure( void ); +U32 getFPGABaroTemperature( void ); + /**@}*/ #endif