irrigation_system/software/lib
Your Name 76d0d0647c feat: Implement obstacle detection for valve movement
Implement obstacle detection for valve movement that stops the motor if the current exceeds a predefined threshold during opening or closing.

- :
    - Added new defines  and  with a default value of 500 mA.
- :
    - Modified  function to compare the measured current with the new obstacle thresholds.
    - If the threshold is exceeded, the valve movement is stopped and the status is set to .

Signed-off-by: Your Name <your.email@example.com>
2025-07-11 01:21:41 +02:00
..
fwu style: Apply clang-format to C/C++ source files 2025-07-10 23:33:50 +02:00
modbus_server feat: Modbus-Register für Endstromschwellenwerte korrigiert 2025-07-11 01:01:45 +02:00
shell_modbus refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00
shell_system refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00
shell_valve Revert "feat(valve): Implement obstacle detection with configurable thresholds" 2025-07-11 00:35:19 +02:00
valve feat: Implement obstacle detection for valve movement 2025-07-11 01:21:41 +02:00
CMakeLists.txt feat(valve): Make end-position current thresholds configurable 2025-07-10 23:42:41 +02:00
Kconfig refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00