examples/hwapi: Be sure to import Signal when it's used.

This commit is contained in:
Damien George 2017-02-09 15:21:57 +11:00
parent c8febe631a
commit c66c393130
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from machine import Pin
from machine import Pin, Signal
# 96Boards/Qualcomm DragonBoard 410c
#

View File

@ -1,4 +1,4 @@
from machine import Pin
from machine import Pin, Signal
# Freescale/NXP FRDM-K64F board
# Blue LED on port B, pin 21