irrigation_system/software/lib/shell_valve
Eduard Iten 3c2235733b feat(valve): Implement obstacle detection with configurable thresholds
Introduces separate configurable current thresholds for obstacle detection
during valve opening and closing movements.

- Added  state to .
- Added  and
   to .
- Modified  to implement obstacle detection in ,
  setting  on high current, and to load/save
  these new thresholds via settings.
- Added new setter/getter functions for obstacle thresholds to  and .
- Updated  with new shell commands (, )
  and updated  to display these settings.
- Updated  to document the new registers and error states.
- Updated  to include new register definitions, menu options,
  and display of obstacle current thresholds.
2025-07-11 00:27:31 +02:00
..
CMakeLists.txt refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00
Kconfig refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00
shell_valve.c feat(valve): Implement obstacle detection with configurable thresholds 2025-07-11 00:27:31 +02:00