diff options
| author | Angus Gratton <angus@redyak.com.au> | 2023-08-16 15:04:42 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-08-16 16:13:41 +1000 |
| commit | 29c022e0f141be4228d9e71469c691daabf372b2 (patch) | |
| tree | a72f220d31ece233f9fe5ecbb69d5b1b077306ec /examples | |
| parent | 801910fc837919688b98e9abce04a679f14037be (diff) | |
examples/hwapi: Add missing import for 96Boards Carbon example.
Found by Ruff checking F821.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hwapi/hwconfig_z_96b_carbon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hwapi/hwconfig_z_96b_carbon.py b/examples/hwapi/hwconfig_z_96b_carbon.py index 97fd57a07..d4f98139b 100644 --- a/examples/hwapi/hwconfig_z_96b_carbon.py +++ b/examples/hwapi/hwconfig_z_96b_carbon.py @@ -1,4 +1,4 @@ -from machine import Signal +from machine import Pin, Signal # 96Boards Carbon board # USR1 - User controlled led, connected to PD2 |
