mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 16:52: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:
@@ -12,7 +12,7 @@ from esphome.components.zephyr.const import (
|
|||||||
zephyr_ns,
|
zephyr_ns,
|
||||||
)
|
)
|
||||||
|
|
||||||
GPIOPin = zephyr_ns.class_("ZephyrGPIOPin", cg.InternalGPIOPin)
|
ZephyrGPIOPin = zephyr_ns.class_("ZephyrGPIOPin", cg.InternalGPIOPin)
|
||||||
|
|
||||||
|
|
||||||
def _translate_pin(value):
|
def _translate_pin(value):
|
||||||
|
Reference in New Issue
Block a user