Skip to content

Commit 8a32e2a

Browse files
committed
Pretty print text in README.rst
1 parent 87b5703 commit 8a32e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Installing from PyPI
7979
--------------------
8080
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
8181
PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/>`_.
82+
8283
Installing this library will also install the dependency adafruit-circuitpython-busdevice.
8384

8485
To install for current user:
@@ -117,6 +118,7 @@ Usage Example
117118
i2c = busio.I2C(board.SCL, board.SDA)
118119
119120
joystick = QwiicJoystick(i2c) # default address is 0x20
121+
120122
# use QwiicJoystick(i2c, address) for a different address
121123
# joystick = QwiicJoystick(i2c, 0x21)"""
122124

0 commit comments

Comments
 (0)