Skip to content

Commit

Permalink
usbd: Major cleanup, refactor.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
projectgus committed Mar 2, 2023
1 parent e2a3e45 commit c8ad6ca
Show file tree
Hide file tree
Showing 6 changed files with 563 additions and 512 deletions.
4 changes: 4 additions & 0 deletions micropython/usbd/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .device import get_usbdevice, USBInterface
from .hid import HIDInterface, MouseInterface
from .midi import DummyAudioInterface, MIDIInterface, MidiUSB
from . import utils
Loading

0 comments on commit c8ad6ca

Please # to comment.