New to micropython and new to Pico. Need some help. #13183
Answered
by
keswitzer1
keswitzer1
asked this question in
Using MicroPython
-
Beta Was this translation helpful? Give feedback.
Answered by
keswitzer1
Dec 12, 2023
Replies: 1 comment 2 replies
-
Hi keswi |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I thought I highlighted that code properly. I'm using micropython v1.21.0 (2023-10-06). Yes, the code runs and the LED is flashing, but I don't understand the ambiguous traceback error. I'm not manually interrupting the program and the syntax is fine, so it seems to me I shouldn't see any Traceback message.
An example of other code that is not executing properly not be executing was like this:
and the error reads:
Line 12 is the last line of this code.
In the meantime, I have recr…