Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r79e0b1152e278a3b09d7d93c83a27f8998a2f3b6 -rae823785919192402707da5083e9b0ad40bd4938 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 79e0b1152e278a3b09d7d93c83a27f8998a2f3b6) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision ae823785919192402707da5083e9b0ad40bd4938) @@ -2097,6 +2097,11 @@ return fpgaSensorReadings.fpgaBaroErrorCount; } +U16 getFPGABaroMfgInfo( void ) +{ + return fpgaSensorReadings.fpgaBaroManufacInfo; +} + /*********************************************************************//** * @brief * The getFPGABaroPressureSensitivity function gets the FPGA barometric pressure @@ -2175,6 +2180,11 @@ return fpgaSensorReadings.fpgaBaroPROMCoeff6; } +U16 getFPGABaroCoeffsCRC( void ) +{ + return fpgaSensorReadings.fpgaBaroPROMCRC; +} + /*********************************************************************//** * @brief * The getFPGABaroPressure function gets the FPGA barometric pressure sensor