Index: firmware/App/Services/FpgaRO.c =================================================================== diff -u -r4177ffaeab811fbd2acaaeed6bf703500158734e -r88185bbc8ba590d1bbbc5642b6c6b94c309bd37b --- firmware/App/Services/FpgaRO.c (.../FpgaRO.c) (revision 4177ffaeab811fbd2acaaeed6bf703500158734e) +++ firmware/App/Services/FpgaRO.c (.../FpgaRO.c) (revision 88185bbc8ba590d1bbbc5642b6c6b94c309bd37b) @@ -766,6 +766,33 @@ /*********************************************************************//** * @brief + * The getFPGAFlowFMS function gets the FMS flow rate (in mL/min). + * @details \b Inputs: fpgaSensorReadings.flowRateFms + * @details \b Outputs: none + * @return FMS flow rate (in mL/min) + *************************************************************************/ +U16 getFPGAFlowFMS( void ) +{ + //return fpgaSensorReadings.flowRateFms; + return 0; +} + +/*********************************************************************//** + * @brief + * The getFPGAFlowFMSTemp function gets the FMS flow sensor temperature, the + * temperature of the fluid flowing through the sensor. + * @details \b Inputs: fpgaSensorReadings.flowTempFms + * @details \b Outputs: none + * @return FMS fluid temperature + *************************************************************************/ +U16 getFPGAFlowFMSTemp( void ) +{ + //return fpgaSensorReadings.flowTempFms; + return 0; +} + +/*********************************************************************//** + * @brief * The setFPGACPiControl function sets the FPGA CPi sensor control register * to perform a given action. * bit 4..7: unused