Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -r9c0f227670dcf68439c5ea86768d116cc6f9585e -r3678601eac45b69684724bb46fe913049985c410 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 9c0f227670dcf68439c5ea86768d116cc6f9585e) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 3678601eac45b69684724bb46fe913049985c410) @@ -8,8 +8,8 @@ * * @file FpgaDD.c * -* @author (last) Dara Navaei -* @date (last) 09-Jan-2026 +* @author (last) “rkallala” +* @date (last) 19-Jan-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -3553,6 +3553,19 @@ /*********************************************************************//** * @brief + * The getFPGAFlowP16InternalTemp function gets the P16 flow sensor + * internal temperature. + * @details \b Inputs: fpgaSensorReadings.flowIntTempP16 + * @details \b Outputs: none + * @return P16 internal temperature + *************************************************************************/ +U16 getFPGAFlowP16InternalTemp( void ) +{ + return fpgaSensorReadings.flowIntTempP16; +} + +/*********************************************************************//** + * @brief * The getFPGAFlowP7 function gets the P7 flow rate (in mL/min). * @details \b Inputs: fpgaSensorReadings.flowRateP7 * @details \b Outputs: none @@ -3578,6 +3591,19 @@ /*********************************************************************//** * @brief + * The getFPGAFlowP7InternalTemp function gets the P7 flow sensor + * internal temperature. + * @details \b Inputs: fpgaSensorReadings.flowIntTempP7 + * @details \b Outputs: none + * @return P7 internal temperature + *************************************************************************/ +U16 getFPGAFlowP7InternalTemp( void ) +{ + return fpgaSensorReadings.flowIntTempP7; +} + +/*********************************************************************//** + * @brief * The setFPGAP9Control function sets the FPGA P9 sensor control register * to perform a given action. * bit 4..7: unused