Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rafa9d4924d55ac4fc98270a012e92dd1f6ee65d0 -r9978c11c54347bac3e696512e02776a5d8ff8490 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision afa9d4924d55ac4fc98270a012e92dd1f6ee65d0) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 9978c11c54347bac3e696512e02776a5d8ff8490) @@ -152,6 +152,9 @@ S16 getFPGAValveBloodArterialPosition( void ); U16 getFPGAValveBloodArterialCurrentCounts( void ); +U16 getFPGAFrontDoorStatus( void ); + + // The PWM functions are only used during debugging #ifdef DEBUG_ENABLED void setFPGAValveDialyzerInletPWM( U16 count );