mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
examples/hwapi: Add missing import for 96Boards Carbon example.
Found by Ruff checking F821. Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Damien George
parent
801910fc83
commit
29c022e0f1
@@ -1,4 +1,4 @@
|
||||
from machine import Signal
|
||||
from machine import Pin, Signal
|
||||
|
||||
# 96Boards Carbon board
|
||||
# USR1 - User controlled led, connected to PD2
|
||||
|
||||
Reference in New Issue
Block a user