Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

microbit: [ERROR] name 'pin0' is not defined #398

@gabrielle-ohlson

Description

@gabrielle-ohlson

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:

from microbit import *
import microbit

while True:
	if pin0.read_digital():
		display.scroll("Hello World!")

and the resulting error:

[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():

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions