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.
2 parents c9e0785 + fc2e75f commit 89faee0Copy full SHA for 89faee0
adafruit_hid/__init__.py
@@ -24,7 +24,18 @@
24
`adafruit_hid`
25
====================================================
26
27
-This driver simulates USB HID devices. Currently keyboard and mouse are implemented.
+This driver simulates USB HID devices.
28
29
* Author(s): Scott Shawcroft, Dan Halbert
30
+
31
+Implementation Notes
32
+--------------------
33
+**Software and Dependencies:**
34
+* Adafruit CircuitPython firmware for the supported boards:
35
+ https://github.com/adafruit/circuitpython/releases
36
"""
37
38
+# imports
39
40
+__version__ = "0.0.0-auto.0"
41
+__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HID.git"
0 commit comments