irrigation_system/software/apps/slave_node
Eduard Iten d48281436e Fix ADC devicetree compilation error for voltage divider
- Fix voltage divider devicetree configuration to reference ADC controller directly instead of channel node
- Switch from ADC API to sensor API for voltage divider usage
- Add required sensor and voltage divider configuration options
- Remove unnecessary zephyr,user node that was causing compilation issues
- The voltage divider now properly uses sensor framework and builds successfully

Hardware setup:
- Uses ADC1 channel 1 on pin PA0
- Voltage divider with 2.2kΩ output and 3.2kΩ total resistance
- Provides voltage readings through sensor API accounting for divider ratio
2025-07-07 13:36:44 +02:00
..
boards Fix ADC devicetree compilation error for voltage divider 2025-07-07 13:36:44 +02:00
dts/bindings Implement VND7050AJ supply voltage reading function 2025-07-04 08:54:47 +02:00
src Fix ADC devicetree compilation error for voltage divider 2025-07-07 13:36:44 +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 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 VND7050AJ supply voltage reading function 2025-07-04 08:54:47 +02:00