mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 00:23:18 +01:00
Update esphome/components/nrf52/gpio.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
e86b546ec1
commit
685ebbecbc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from esphome.components.zephyr.const import (
|
|||
zephyr_ns,
|
||||
)
|
||||
|
||||
GPIOPin = zephyr_ns.class_("ZephyrGPIOPin", cg.InternalGPIOPin)
|
||||
ZephyrGPIOPin = zephyr_ns.class_("ZephyrGPIOPin", cg.InternalGPIOPin)
|
||||
|
||||
|
||||
def _translate_pin(value):
|
||||
|
|
Loading…
Reference in a new issue