Fertirrega v6 with internal temperature (but slow)
This commit is contained in:
@@ -127,8 +127,15 @@ 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
|
||||
|
||||
|
||||
extern uint8_t main_state;
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user