Skip to content

Commit 89faee0

Browse files
authored
Merge pull request #39 from dhalbert/add-version
add __version__ and __repo__ to __init__.py
2 parents c9e0785 + fc2e75f commit 89faee0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

adafruit_hid/__init__.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@
2424
`adafruit_hid`
2525
====================================================
2626
27-
This driver simulates USB HID devices. Currently keyboard and mouse are implemented.
27+
This driver simulates USB HID devices.
2828
2929
* 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
3036
"""
37+
38+
# imports
39+
40+
__version__ = "0.0.0-auto.0"
41+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HID.git"

0 commit comments

Comments
 (0)