Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -rbef932558c7e8e50ab60c5f8c0c1967b8d7d4ca4 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision bef932558c7e8e50ab60c5f8c0c1967b8d7d4ca4) @@ -7,8 +7,8 @@ * * @file FpgaDD.h * -* @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 @@ -301,8 +301,10 @@ U16 getFPGAFlowP16( void ); U16 getFPGAFlowP16Temp( void ); +U16 getFPGAFlowP16InternalTemp( void ); U16 getFPGAFlowP7( void ); U16 getFPGAFlowP7Temp( void ); +U16 getFPGAFlowP7InternalTemp( void ); void setFPGAP9Control( U08 control ); void setFPGAP9Address( U16 address );