Cleaning up

Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
2025-07-11 11:43:47 +02:00
parent 4466b677a6
commit c3c23efc95
10 changed files with 24 additions and 17 deletions

View File

@@ -15,7 +15,8 @@
#define VALVE_CHANNEL_OPEN 0
#define VALVE_CHANNEL_CLOSE 1
#define VALVE_ENDPOSITION_CHECK_INTERVAL K_MSEC(100)
#define VALVE_CURRENT_CHECK_INTERVAL K_MSEC(CONFIG_VALVE_INTERVALL_CURRENT_CHECK_MS)
#define VALVE_INITIAL_CURRENT_CHECK_INTERVAL K_MSEC(CONFIG_VALVE_INITIAL_INTERVALL_CURRENT_CHECK_MS)
/**
* @brief Represents the static state of the valve (open or closed).