MicroPython Thread Problem?

Status
Not open for further replies.

charlesli

Member
I want to use the thread function and the system throws an error
Code:
MicroPython v1.9.4-775-gf350b640a on 2019-02-18; PYBv1.1-YD407VG with STM32F407VG
Type "help()" for more information.
>>> import _thread
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ImportError: no module named '_thread'
>>>
>>>
Does anyone know how to fix it?
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…