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

Lines changed: 4 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy