Index: firmware/App/Drivers/GLXferPump.c =================================================================== diff -u -rf2e5da3b659f99aaa0eec9174a472529cf11b95a -rf267032333f872d729d33614f48373eeb6c422d2 --- firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision f2e5da3b659f99aaa0eec9174a472529cf11b95a) +++ firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision f267032333f872d729d33614f48373eeb6c422d2) @@ -90,6 +90,18 @@ } /*********************************************************************//** +* @brief +* The getAirPumpMotorRPM function reads the air pump RPM from FPGA. +* @details \b Inputs: getAirPumpRPM +* @details \b Outputs: none +* @return air pump motor RPM value. +*************************************************************************/ +U16 getAirPumpMotorRPM( void ) +{ + return getAirPumpRPM(); +} + +/*********************************************************************//** * @brief * The PercentageToScalar function convert percentage 0-100% duty * cycle to 0-255 scalar value.