irrigation_system/software
Eduard Iten 4466b677a6 refactor: Integrate Modbus register defines into enums in modbus_server.h
Moved Modbus register definitions from  into enums within . This centralizes register definitions, improves type safety, and enhances code readability.

- : Added  and  to the  of holding registers.
- : Removed the  directive for .
- : Deleted this file as its contents are now integrated into .
Signed-off-by: Eduard Iten <eduard@iten.pro>
2025-07-11 09:58:51 +02:00
..
.vscode feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
apps feat: Make valve obstacle detection parameters configurable via settings and shell 2025-07-11 09:15:19 +02:00
boards/iten/bluepill_f103rb feat: Establish functional multi-app structure 2025-07-01 11:05:12 +02:00
include/lib refactor: Integrate Modbus register defines into enums in modbus_server.h 2025-07-11 09:58:51 +02:00
lib refactor: Integrate Modbus register defines into enums in modbus_server.h 2025-07-11 09:58:51 +02:00
tools/modbus_tool refactor: Rename obstacle current settings in Modbus tool UI 2025-07-11 09:25:19 +02:00
.clang-format style: Apply clang-format to C/C++ source files 2025-07-10 23:33:50 +02:00
Kconfig refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00