irrigation_system/software/apps/slave_node
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
..
boards feat(valve): Implement GPIO control for VND7050AJ 2025-07-03 18:17:31 +02:00
src feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +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
cdc-acm.overlay feat(cdc_acm): Add CDC-ACM support and remove old test applications 2025-07-03 14:31:17 +02:00
overlay-cdc-acm.conf feat(cdc_acm): Add CDC-ACM support and remove old test applications 2025-07-03 14:31:17 +02:00
prj.conf feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00