Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r97e0100921ccad633b39b509a93a7237e4d80446 -rc55d371408bdf962de525a47bc8541d5b43414a3 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 97e0100921ccad633b39b509a93a7237e4d80446) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision c55d371408bdf962de525a47bc8541d5b43414a3) @@ -1831,4 +1831,16 @@ return ( 0 == noFluidLeakDetected ? FALSE : TRUE ); } +/*********************************************************************//** + * @brief + * The getFPGAGPIOCount function gets the FPGA GPIO register. + * @details Inputs: fpgaSensorReadings + * @details Outputs: none + * @return FPGA GPIO register value + *************************************************************************/ +U08 getFPGAGPIOCount( void ) +{ + return fpgaSensorReadings.fpgaGPIO; +} + /**@}*/