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 87b5703 commit 8a32e2aCopy full SHA for 8a32e2a
README.rst
@@ -79,6 +79,7 @@ Installing from PyPI
79
--------------------
80
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
81
PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/>`_.
82
+
83
Installing this library will also install the dependency adafruit-circuitpython-busdevice.
84
85
To install for current user:
@@ -117,6 +118,7 @@ Usage Example
117
118
i2c = busio.I2C(board.SCL, board.SDA)
119
120
joystick = QwiicJoystick(i2c) # default address is 0x20
121
122
# use QwiicJoystick(i2c, address) for a different address
123
# joystick = QwiicJoystick(i2c, 0x21)"""
124
0 commit comments