kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Follow builtin "time" module rename to "utime".
rodzic
14b6b6945b
commit
db6c9fbaa9
|
@ -1,4 +1,7 @@
|
||||||
import time
|
try:
|
||||||
|
import utime as time
|
||||||
|
except ImportError:
|
||||||
|
import time
|
||||||
import uheapq as heapq
|
import uheapq as heapq
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue