9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
&usart1 {
|
|
status = "okay";
|
|
current-speed = <9600>;
|
|
modbus0 {
|
|
compatible = "zephyr,modbus-serial";
|
|
status = "okay";
|
|
// de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|
|
};
|
|
}; |