Skip to content

Commit 2f84262

Browse files
committed
fix spaces and build docs
1 parent 8fbbd35 commit 2f84262

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

adafruit_nunchuk.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
55
"""
66
`adafruit_nunchuk`
77
================================================================================
8+
89
CircuitPython library for Nintendo Nunchuk controller
10+
11+
912
* Author(s): Carter Nelson
13+
1014
Implementation Notes
1115
--------------------
16+
1217
**Hardware:**
18+
1319
* `Wii Remote Nunchuk <https://en.wikipedia.org/wiki/Wii_Remote#Nunchuk>`_
1420
* `Wiichuck <https://www.adafruit.com/product/342>`_
21+
1522
**Software and Dependencies:**
23+
1624
* Adafruit CircuitPython firmware for the supported boards:
1725
https://github.com/adafruit/circuitpython/releases
1826
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
@@ -30,6 +38,7 @@
3038
class Nunchuk:
3139
"""
3240
Class which provides interface to Nintendo Nunchuk controller.
41+
3342
:param i2c: The `busio.I2C` object to use.
3443
:param address: The I2C address of the device. Default is 0x52.
3544
:type address: int, optional

0 commit comments

Comments
 (0)