irrigation_system/software/lib
Eduard Iten c9b0f38576 feat(lib): Introduce adc_sensor library
Adds a new `adc_sensor` library to abstract reading analog values from ADC channels. The output of this library is currently simulated.

This library is now used by the `modbus_server` to read the motor current and the main supply voltage, replacing the previous implementation. This change improves modularity by centralizing ADC-related code into a dedicated module.

The build system has been updated to include the new library.
2025-07-08 15:19:44 +02:00
..
adc_sensor feat(lib): Introduce adc_sensor library 2025-07-08 15:19:44 +02:00
fwu feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
modbus_server feat(lib): Introduce adc_sensor library 2025-07-08 15:19:44 +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(app): Integrate application versioning 2025-07-08 14:41:01 +02:00
CMakeLists.txt feat(lib): Introduce adc_sensor library 2025-07-08 15:19:44 +02:00
Kconfig feat(lib): Introduce adc_sensor library 2025-07-08 15:19:44 +02:00