You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
[ERROR] name 'pin0' is not defined Traceback of code execution : File "/home/gohlson/code/micro-bit/main.py", line 5, in <module> if pin0.read_digital():
When trying to run a micropython file using this extension and referencing any of the pins (e.g.,
pin0), I receive the following error in the console:[ERROR] name 'pin0' is not definedHere's an example of code that produces this error:
and the resulting error: