mirror of
https://github.com/esphome/esphome.git
synced 2025-04-05 18:30:28 +01:00
add nrf52 gpio tests
This commit is contained in:
parent
cb7121383a
commit
2aedaeff6d
14
tests/components/gpio/test.nrf52.yaml
Normal file
14
tests/components/gpio/test.nrf52.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
pin: 2
|
||||||
|
id: gpio_binary_sensor
|
||||||
|
|
||||||
|
output:
|
||||||
|
- platform: gpio
|
||||||
|
pin: 3
|
||||||
|
id: gpio_output
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
pin: 4
|
||||||
|
id: gpio_switch
|
Loading…
x
Reference in New Issue
Block a user