We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "", line 3, in TypeError: can't convert str to int
I am using thonny to code and this error is showing up in the shell when I click run current script
The text was updated successfully, but these errors were encountered:
Questions about MicroPython are best asked at https://github.com/orgs/micropython/discussions
Sorry, something went wrong.
Looking at this again, line 3 of https://github.com/raspberrypi/pico-micropython-examples/blob/master/blink/blink.py says
led = Pin("LED", Pin.OUT)
so I suspect you may simply be using an older version of MicroPython. If you use the latest version from https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#drag-and-drop-micropython that should fix your problem.
No branches or pull requests
Traceback (most recent call last):
File "", line 3, in
TypeError: can't convert str to int
I am using thonny to code and this error is showing up in the shell when I click run current script
The text was updated successfully, but these errors were encountered: