1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-05 10:20:27 +01:00

add nrf52 gpio tests

This commit is contained in:
Tomasz Duda 2024-05-05 23:50:04 +02:00
parent cb7121383a
commit 2aedaeff6d

View 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