mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
add modbus
This commit is contained in:
12
tests/test_build_components/common/modbus/rp2040-ard.yaml
Normal file
12
tests/test_build_components/common/modbus/rp2040-ard.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Common Modbus configuration for RP2040 Arduino tests
|
||||
|
||||
packages:
|
||||
uart: !include ../uart/rp2040-ard.yaml
|
||||
|
||||
substitutions:
|
||||
flow_control_pin: GPIO2
|
||||
|
||||
modbus:
|
||||
- id: modbus_bus
|
||||
uart_id: uart_bus
|
||||
flow_control_pin: ${flow_control_pin}
|
||||
Reference in New Issue
Block a user