Added modbus lib and test

This commit is contained in:
2025-06-12 17:04:34 +02:00
parent 8d5139c621
commit 57f7060c0e
11 changed files with 353 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
&usart1 {
status = "okay";
current-speed = <9600>;
modbus0 {
compatible = "zephyr,modbus-serial";
status = "okay";
// de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
};
};