You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing this library will also install the dependency adafruit-circuitpython-busdevice.
80
83
81
84
To install for current user:
82
85
@@ -103,7 +106,7 @@ Usage Example
103
106
=============
104
107
* `Qwiic Joystick Hookup Guide <https://learn.sparkfun.com/tutorials/qwiic-joystick-hoookup-guide>`_ - The Arduino examples in the Hookup Guide are available for Python with this library
105
108
* `CircuitPython on a Raspberry Pi <https://learn.adafruit.com/circuitpython-on-raspberrypi-linux>`_ - Basic information on how to install CircuitPython on a Raspberry Pi.
106
-
* Example:
109
+
* Code Example:
107
110
.. code-block:: shell
108
111
109
112
# import the CircuitPython board and busio libraries
@@ -115,7 +118,7 @@ Usage Example
115
118
116
119
joystick = QwiicJoystick(i2c) # default address is 0x20
117
120
# use QwiicJoystick(i2c, address) for a different address
0 commit comments