Index: firmware/App/Services/FpgaRO.c =================================================================== diff -u -rce66580e076bffa157868ff7e422556f78a95cac -reaadab648c4c1d6d34f3927df6ce5cfb59cdebb6 --- firmware/App/Services/FpgaRO.c (.../FpgaRO.c) (revision ce66580e076bffa157868ff7e422556f78a95cac) +++ firmware/App/Services/FpgaRO.c (.../FpgaRO.c) (revision eaadab648c4c1d6d34f3927df6ce5cfb59cdebb6) @@ -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