Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -r41b06072545ff2013cbb16cd874da07ad563b10e -rc9ca21d4282d943ca8c68012822afb0f7c5d26fb --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 41b06072545ff2013cbb16cd874da07ad563b10e) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision c9ca21d4282d943ca8c68012822afb0f7c5d26fb) @@ -170,6 +170,18 @@ U16 getFPGASyringePumpDACSetting( void ); U16 getFPGASyringePumpDACStoredSetting( void ); +void setH1CmdHeader( U16 cmdHeader ); +void setH1InputWord1( U16 inputWord ); +void setH1InputWord2( U16 inputWord ); +void setH1InputWord3( U16 inputWord ); +void setH1FPGACmd( U08 cmd ); +void setH1EnableReset( U08 value ); +U08 getH1SPICmdStatus( void ); +U08 getH1MotorStatus( void ); +U16 getH1OutputWord1( void ); +U16 getH1OutputWord2( void ); +U16 getH1OutputWord3( void ); + /**@}*/ #endif