irrigation_system/software/apps/slave_node
Eduard Iten 222ffea568 Refactor VND7050AJ sensor configuration to eliminate redundancy
- Create centralized sensor multiplexer node (vnd7050aj_mux) with shared configuration
- Consolidate ADC channel, GPIO pins, and reference voltage in single location
- Update sensor bindings to reference centralized mux via sensor-mux property
- Add channel-based sensor selection using mux-channel property (0-3)
- Refactor ADC sensor library to use centralized GPIO and channel control
- Update valve library to use new vnd7050aj_mux node reference
- Eliminate duplicate ADC/GPIO definitions between voltage and current sensors
- Ensure configuration consistency and prevent mismatched settings

Benefits:
- Single source of truth for VND7050AJ hardware configuration
- Impossible to have inconsistent GPIO/ADC settings between sensors
- Simplified maintenance and scalability for additional sensors
- Clean channel-based multiplexer selection interface
2025-07-08 17:05:34 +02:00
..
.vscode added formatting 2025-07-08 16:06:11 +02:00
boards Refactor VND7050AJ sensor configuration to eliminate redundancy 2025-07-08 17:05:34 +02:00
dts/bindings Refactor VND7050AJ sensor configuration to eliminate redundancy 2025-07-08 17:05:34 +02:00
src Added return code when modubs server init fails 2025-07-08 16:08:49 +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
VERSION added formatting 2025-07-08 16:06:11 +02:00
cdc-acm.overlay fix(cdc-acm): Correct CDC ACM overlay configuration 2025-07-03 18:57:06 +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 Implement real ADC readings with VND7050AJ sensor multiplexing 2025-07-08 16:50:27 +02:00