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 has been 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():
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 defined
Here's an example of code that produces this error:
and the resulting error:
The text was updated successfully, but these errors were encountered: