Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r7611b3a8e323b688441c88f56aa114d292efd4e1 -r8466e63f95f65a3ffb18c3af85ac99328e41167b --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 7611b3a8e323b688441c88f56aa114d292efd4e1) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 8466e63f95f65a3ffb18c3af85ac99328e41167b) @@ -112,6 +112,8 @@ U16 getFPGASyringePumpADCChannel2( void ); U16 getFPGASyringePumpADCChannel3( void ); +U16 getFPGATimerCount( void ); + void getFPGAAccelAxes( S16 *x, S16 *y, S16 *z ); void getFPGAAccelMaxes( S16 *xm, S16*ym, S16*zm ); void getFPGAAccelStatus( U16 *cnt, U16 *accelFPGAFaultReg ); @@ -156,6 +158,9 @@ S16 getFPGAValveBloodArterialPosition( void ); U16 getFPGAValveBloodArterialCurrentCounts( void ); +U16 getFPGAFrontDoorStatus( void ); +U16 getFPGAPumpTrackSwitchStatus( void ); + // The PWM functions are only used during debugging #ifdef DEBUG_ENABLED void setFPGAValveDialyzerInletPWM( U16 count );