We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27b09e commit 960000bCopy full SHA for 960000b
micropython/usbd/manifest.py
@@ -0,0 +1,15 @@
1
+metadata(version="0.1.0")
2
+
3
+# TODO: split this up into sub-packages, and some code in example subdirectory
4
+package(
5
+ "usbd",
6
+ files=(
7
+ "__init__.py",
8
+ "device.py",
9
+ "hid.py",
10
+ "hid_keypad.py",
11
+ "midi.py",
12
+ "utils.py",
13
+ ),
14
+ base_path="..",
15
+)
0 commit comments