Skip to content

Commit bd8628a

Browse files
projectgushoihu
authored andcommitted
usbd: Major cleanup, refactor.
- Add micropython-lib 'usbd' package (provisional). - Update midi implementation a bit. - Rearrange code to work with package structure - Convert docstrings to regular comments to save flash.
1 parent 581a662 commit bd8628a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

micropython/usbd/manifest.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
metadata(version="0.1.0")
2+
3+
# TODO: split off parts of this to optional sub-packages, most people won't need
4+
# all interface classes
5+
package(
6+
"usbd",
7+
files=("__init__.py", "device.py", "hid.py", "midi.py", "utils.py"),
8+
base_path="..",
9+
)

0 commit comments

Comments
 (0)