Skip to content

Commit 29c022e

Browse files
projectgusdpgeorge
authored andcommitted
examples/hwapi: Add missing import for 96Boards Carbon example.
Found by Ruff checking F821. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 801910f commit 29c022e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hwapi/hwconfig_z_96b_carbon.py

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

33
# 96Boards Carbon board
44
# USR1 - User controlled led, connected to PD2

0 commit comments

Comments
 (0)