kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: example_call_soon.py: Add logging setup.
rodzic
bc14f2f6eb
commit
85c82e7467
|
@ -1,5 +1,8 @@
|
||||||
import uasyncio.core as asyncio
|
import uasyncio.core as asyncio
|
||||||
import time
|
import time
|
||||||
|
import logging
|
||||||
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
#asyncio.set_debug(True)
|
||||||
|
|
||||||
|
|
||||||
def cb():
|
def cb():
|
||||||
|
|
Ładowanie…
Reference in New Issue