Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r62db7c6218b47db4ef80e1b528228a8887545aad -r28dd261825b2c742df73042ac2902db0c8f6f2b7 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 62db7c6218b47db4ef80e1b528228a8887545aad) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 28dd261825b2c742df73042ac2902db0c8f6f2b7) @@ -1388,6 +1388,20 @@ /*********************************************************************//** * @brief + * The getFPGAValveDialyzerInletCurrentCounts function reads the current \n + * of VDi in counts + * @details + * Inputs : none + * Outputs : FILL UP + * @return The current of VDi + *************************************************************************/ +U16 getFPGAValveDialyzerInletCurrentCounts( void ) +{ + return 0; +} + +/*********************************************************************//** + * @brief * The setValveDialyzerOutletPosition function sets the position of VDo \n * in counts * @details @@ -1417,6 +1431,20 @@ /*********************************************************************//** * @brief + * The getFPGAValveDialyzerOutletCurrentCounts function reads the current \n + * of VDo in counts + * @details + * Inputs : none + * Outputs : FILL UP + * @return The current of VDo + *************************************************************************/ +U16 getFPGAValveDialyzerOutletCurrentCounts( void ) +{ + return 0; +} + +/*********************************************************************//** + * @brief * The setValveBloodVenousPosition function sets the position of VBV \n * in counts * @details @@ -1446,6 +1474,20 @@ /*********************************************************************//** * @brief + * The getFPGAValveBloodVenousCurrentCounts function reads the current \n + * of VBV in counts + * @details + * Inputs : none + * Outputs : FILL UP + * @return The current of VBV + *************************************************************************/ +U16 getFPGAValveBloodVenousCurrentCounts( void ) +{ + return 0; +} + +/*********************************************************************//** + * @brief * The setValveBloodArterialPosition function sets the position of VBA \n * in counts * @details @@ -1471,6 +1513,20 @@ S16 getFPGAValveBloodArterialPosition( void ) { return fpgaSensorReadings.VBAPosition; +} + +/*********************************************************************//** + * @brief + * The getFPGAValveBloodArterialCurrentCounts function reads the current \n + * of VBA in counts + * @details + * Inputs : none + * Outputs : FILL UP + * @return The current of VBA + *************************************************************************/ +U16 getFPGAValveBloodArterialCurrentCounts( void ) +{ + return 0; } /*********************************************************************//**