Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r5c53288436774f0cf6a24132ace29a64a66d619d -rae823785919192402707da5083e9b0ad40bd4938 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 5c53288436774f0cf6a24132ace29a64a66d619d) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision ae823785919192402707da5083e9b0ad40bd4938) @@ -144,12 +144,14 @@ U08 getFPGABaroReadCount( void ); U08 getFPGABaroErrorCount( void ); +U16 getFPGABaroMfgInfo( void ); U16 getFPGABaroPressureSensitivity( void ); U16 getFPGABaroPressureOffset( void ); U16 getFPGABaroTempCoeffOfPressSensitvity( void ); U16 getFPGABaroTempCoeffOfPressOffset( void ); U16 getFPGABaroReferenceTemperature( void ); U16 getFPGABaroTempCoeffOfTemperature( void ); +U16 getFPGABaroCoeffsCRC( void ); U32 getFPGABaroPressure( void ); U32 getFPGABaroTemperature( void );