Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -r2c16de14d2acd2aa1e36943f95c3855da094dc97 -rf41df62e07626151238a2900eaac07ae3a405f5e --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 2c16de14d2acd2aa1e36943f95c3855da094dc97) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision f41df62e07626151238a2900eaac07ae3a405f5e) @@ -151,6 +151,16 @@ U32 getFPGAEjectorRetractOpticalSensor( void ); U32 getFPGAEjectorEngageOpticalSensor( void ); +void setFPGABarcodeTriggerControl( U08 value ); +void setFPGABarcodeFIFOControl( U08 value ); +void setFPGABarcodeCommandByte( U08 index, U08 value ); +void setFPGABarcodeCommandControl( U08 value ); + +U16 getFPGABarcodeUartError( void ); +U16 getFPGABarcodeFIFOStatus( void ); +U08 getFPGABarcodeCommandStatus( void ); +U32 getFPGABarcodeFIFOData( void ); + void setNIBPCommand( U08 command ); void setNIBPInflatePressure( U16 pressure ); U08 getNIBPControlStatus( void );