irrigation_system/software/lib
Eduard Iten 69cf7e9511 feat(valve): Implement GPIO control for VND7050AJ
This commit implements the real valve control using the GPIOs connected to the VND7050AJ driver.

- The `weact_stm32g431_core.overlay` is updated with a specific compatible string and a device tree label for the valve controller.
- `valve.h` is extended to include GPIO device specifications.
- `valve.c` now initializes and controls the GPIOs for opening and closing the valve, including the reset logic. The IN0 and IN1 pins are interlocked to prevent simultaneous activation. The RST pin is activated before each movement and deactivated afterward.

This replaces the previous virtual/simulated valve logic with actual hardware control.
2025-07-03 18:17:31 +02:00
..
fwu feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
modbus_server feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
shell_modbus feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
shell_system feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
valve feat(valve): Implement GPIO control for VND7050AJ 2025-07-03 18:17:31 +02:00
CMakeLists.txt feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
Kconfig feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00