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 e69db6d + 5538513 commit 98791acCopy full SHA for 98791ac
requirements.txt
@@ -1,2 +1,3 @@
1
Adafruit-Blinka
2
adafruit-circuitpython-busdevice
3
+adafruit-circuitpython-register
setup.py
@@ -35,6 +35,8 @@
35
36
install_requires=[
37
'Adafruit-Blinka'
38
+ 'adafruit-circuitpython-busdevice'
39
+ 'adafruit-circuitpython-register'
40
],
41
42
# Choose your license
0 commit comments