Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -rd47b9bcbd4796a8c51d9e87436422c5868292ac6 -r83bae6ae5f7f26a3511d1d6965310fd8ac9ad496 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision d47b9bcbd4796a8c51d9e87436422c5868292ac6) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 83bae6ae5f7f26a3511d1d6965310fd8ac9ad496) @@ -90,6 +90,7 @@ F32 getFPGAD17CondTemp( void ); U32 getFPGAD17CondCalData( void ); U08 getFPGAD17CalMemCounter( void ); +void setFPGAD17CondCalData( U32 data ); U08 getFPGAD27CondReadCount( void ); U08 getFPGAD27CondErrorCount( void ); @@ -99,6 +100,7 @@ F32 getFPGAD27CondTemp( void ); U32 getFPGAD27CondCalData( void ); U08 getFPGAD27CalMemCounter( void ); +void setFPGAD27CondCalData( U32 data ); U08 getFPGAD29CondReadCount( void ); U08 getFPGAD29CondErrorCount( void ); @@ -108,6 +110,7 @@ F32 getFPGAD29CondTemp( void ); U32 getFPGAD29CondCalData( void ); U08 getFPGAD29CalMemCounter( void ); +void setFPGAD29CondCalData( U32 data ); U08 getFPGAD43CondReadCount( void ); U08 getFPGAD43CondErrorCount( void ); @@ -117,6 +120,7 @@ F32 getFPGAD43CondTemp( void ); U32 getFPGAD43CondCalData( void ); U08 getFPGAD43CalMemCounter( void ); +void setFPGAD43CondCalData( U32 data ); U08 getFPGAD74CondReadCount( void ); U08 getFPGAD74CondErrorCount( void ); @@ -126,6 +130,7 @@ F32 getFPGAD74CondTemp( void ); U32 getFPGAD74CondCalData( void ); U08 getFPGAD74CalMemCounter( void ); +void setFPGAD74CondCalData( U32 data ); // Pumps ( Dosing and Gear pumps ) void setFPGAD11PumpSetStepSpeed( U32 stepSpeed ); @@ -313,6 +318,7 @@ F32 getFPGAP9CondTemp( void ); U32 getFPGAP9CondCalData( void ); U08 getFPGAP9CalMemCounter( void ); +void setFPGAP9CondCalData( U32 data ); U08 getFPGAP18CondReadCount( void ); U08 getFPGAP18CondErrorCount( void ); @@ -322,6 +328,7 @@ F32 getFPGAP18CondTemp( void ); U32 getFPGAP18CondCalData( void ); U08 getFPGAP18CalMemCounter( void ); +void setFPGAP18CondCalData( U32 data ); void setFPGAP40PumpEnable( BOOL enable ); void setFPGAP40PumpPWM( U16 pwm );