Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r44a100f8e5210a02c23b8fcc4527d8e96d577381 -rd8fa48ead3336b1fe090b42030a8648264831076 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 44a100f8e5210a02c23b8fcc4527d8e96d577381) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision d8fa48ead3336b1fe090b42030a8648264831076) @@ -2292,6 +2292,18 @@ return fpgaSensorReadings.VBACurrent; } +/*********************************************************************//** + * @brief + * The getFPGAGPIOCount function reads the FPGA GPIO count. + * @details Inputs: none + * @details Outputs: fpgaSensorReadings + * @return The current FPGA GPIO count + *************************************************************************/ +U16 getFPGAGPIOCount( void ) +{ + return fpgaSensorReadings.fpgaGPIO; +} + #ifdef DEBUG_ENABLED /*********************************************************************//** * @brief