Skip to content

Commit c8ad6ca

Browse files
committed
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 e2a3e45 commit c8ad6ca

File tree

6 files changed

+563
-512
lines changed

6 files changed

+563
-512
lines changed

micropython/usbd/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .device import get_usbdevice, USBInterface
2+
from .hid import HIDInterface, MouseInterface
3+
from .midi import DummyAudioInterface, MIDIInterface, MidiUSB
4+
from . import utils

0 commit comments

Comments
 (0)