Skip to content

Commit c66c393

Browse files
committed
examples/hwapi: Be sure to import Signal when it's used.
1 parent c8febe6 commit c66c393

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/hwapi/hwconfig_dragonboard410c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from machine import Pin
1+
from machine import Pin, Signal
22

33
# 96Boards/Qualcomm DragonBoard 410c
44
#

examples/hwapi/hwconfig_z_frdm_k64f.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from machine import Pin
1+
from machine import Pin, Signal
22

33
# Freescale/NXP FRDM-K64F board
44
# Blue LED on port B, pin 21

0 commit comments

Comments
 (0)