No idea. It works for me with references to 'myservo' and the 'import SERVO' removed because I don't have that package.
My guess would be that you perhaps have an older version of MicroPython firmware which contains some bugs, or there are still bugs to be fixed. Using '_thread' has always been iffy on a Pico.
What does this report ... ?
My guess would be that you perhaps have an older version of MicroPython firmware which contains some bugs, or there are still bugs to be fixed. Using '_thread' has always been iffy on a Pico.
What does this report ... ?
Code:
import os; print(os.uname())
Statistics: Posted by hippy — Wed Mar 13, 2024 3:34 pm