renamed modbus test to fit other tests I will add

This commit is contained in:
2025-06-13 08:29:22 +02:00
parent 5ab33e3a7b
commit dc83c27306
6 changed files with 0 additions and 0 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 */
};
};