Fertirrega_v6 AD5934 frequency at 2.5kHz
This commit is contained in:
@@ -127,12 +127,13 @@ void Error_Handler(void);
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
#define STATE_RUNNING_OK 0x00
|
||||
#define STATE_SETUP_CALIBRATION 0x01
|
||||
#define STATE_RS485_SUPPLY_FAULT 0x02
|
||||
#define STATE_PH_SUPPLY_FAULT 0x03
|
||||
#define STATE_EC_RTD_SUPPLY_FAULT 0x04
|
||||
#define STATE_NO_SETUP_CALIBRATION 0x05
|
||||
#define STATE_HIGH_AMBIENT_TEMPERATURE 0x06
|
||||
#define STATE_NO_SETUP_CALIBRATION 0x01
|
||||
#define STATE_PH4_DRY_EC_CALIBRATION 0x02
|
||||
#define STATE_PH7_WET_EC_CALIBRATION 0x03
|
||||
#define STATE_RS485_SUPPLY_FAULT 0x04
|
||||
#define STATE_PH_SUPPLY_FAULT 0x05
|
||||
#define STATE_EC_RTD_SUPPLY_FAULT 0x06
|
||||
#define STATE_HIGH_AMBIENT_TEMPERATURE 0x07
|
||||
|
||||
extern uint8_t main_state;
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
Reference in New Issue
Block a user