Fertirrega_v6 AD5934 frequency at 2.5kHz

This commit is contained in:
2026-07-24 18:03:46 +01:00
parent c215488ec2
commit e65f787c34
27 changed files with 11159 additions and 10676 deletions
+7 -6
View File
@@ -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 */