Skip to content

Commit

Permalink
examples/hwapi: Add missing import for 96Boards Carbon example.
Browse files Browse the repository at this point in the history
Found by Ruff checking F821.

Signed-off-by: Angus Gratton <[email protected]>
projectgus authored and dpgeorge committed Aug 16, 2023
1 parent 801910f commit 29c022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hwapi/hwconfig_z_96b_carbon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from machine import Signal
from machine import Pin, Signal

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

0 comments on commit 29c022e

Please sign in to comment.