mirror of
https://github.com/esphome/esphome.git
synced 2025-08-02 00:17:48 +00:00
[nrf52, gpio] check different port notation (#9737)
This commit is contained in:
parent
e4dc62ea74
commit
f761404bf6
@ -5,10 +5,10 @@ binary_sensor:
|
||||
|
||||
output:
|
||||
- platform: gpio
|
||||
pin: 3
|
||||
pin: P0.3
|
||||
id: gpio_output
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin: 4
|
||||
pin: P1.2
|
||||
id: gpio_switch
|
||||
|
@ -5,10 +5,10 @@ binary_sensor:
|
||||
|
||||
output:
|
||||
- platform: gpio
|
||||
pin: 3
|
||||
pin: P0.3
|
||||
id: gpio_output
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin: 4
|
||||
pin: P1.2
|
||||
id: gpio_switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user