Index: firmware/App/Services/FPGA.c =================================================================== diff -u -re107dacab9f6c78574f1c26e1004e0dbdc8dba03 -r79d0c6ca5e03581ba1b4a142f5b450bf4547dded --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision e107dacab9f6c78574f1c26e1004e0dbdc8dba03) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 79d0c6ca5e03581ba1b4a142f5b450bf4547dded) @@ -8,8 +8,8 @@ * * @file FPGA.c * -* @author (last) Sean Nash -* @date (last) 20-Dec-2022 +* @author (last) Bill Bracken +* @date (last) 11-Jan-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -2686,4 +2686,18 @@ return fpgaSensorReadings.fpgaOnBoardThermistor; } +/*********************************************************************//** + * @brief + * The getFPGAPowerSupply2ThermistorCount function returns the + * Power Supply 2 thermistor + * count. + * @details Inputs: fpgaSensorReadings + * @details Outputs: none + * @return onboard thermistor + *************************************************************************/ +U16 getFPGAPowerSupply2ThermistorCount( void ) +{ + return fpgaSensorReadings.fpgaPowerSupply2; +} + /**@}*/