Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r120487ddf3e3d69d1de5094d5252c037588e2ed8 -rda37ead4ae5edc121f9e285930c35fc7cd709ba1 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 120487ddf3e3d69d1de5094d5252c037588e2ed8) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision da37ead4ae5edc121f9e285930c35fc7cd709ba1) @@ -1291,6 +1291,18 @@ /*********************************************************************//** * @brief + * The getAirPumpRPM function reads the air pump RPM from FPGA. + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none + * @return air pump RPM value + *************************************************************************/ +U16 getAirPumpRPM( void ) +{ + return fpgaSensorReadings.h12Speed; +} + +/*********************************************************************//** + * @brief * The checkFPGACommFailure function increments the FPGA comm failure * windowed timer and returns whether or not the number of failures in * the window have been reached.