This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
renesas-ra
/
boards
/
manifest.py
4 lines
71 B
Python
Raw
Normal View
History
Unescape
Escape
extmod/asyncio: Rename uasyncio to asyncio. The asyncio module now has much better CPython compatibility and deserves to be just called "asyncio". This will avoid people having to write `from uasyncio import asyncio`. Renames all files, and updates port manifests to use the new path. Also renames the built-in _uasyncio to _asyncio. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 15:51:50 +10:00
include
(
"
$(MPY_DIR)/extmod/asyncio
"
)
ports: Use micropython-lib version of drivers in manifests.
2022-09-06 13:49:41 +10:00
require
(
"
dht
"
)
require
(
"
onewire
"
)
Reference in New Issue
Copy Permalink