File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 5
5
"""
6
6
`adafruit_nunchuk`
7
7
================================================================================
8
+
8
9
CircuitPython library for Nintendo Nunchuk controller
10
+
11
+
9
12
* Author(s): Carter Nelson
13
+
10
14
Implementation Notes
11
15
--------------------
16
+
12
17
**Hardware:**
18
+
13
19
* `Wii Remote Nunchuk <https://en.wikipedia.org/wiki/Wii_Remote#Nunchuk>`_
14
20
* `Wiichuck <https://www.adafruit.com/product/342>`_
21
+
15
22
**Software and Dependencies:**
23
+
16
24
* Adafruit CircuitPython firmware for the supported boards:
17
25
https://github.com/adafruit/circuitpython/releases
18
26
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
30
38
class Nunchuk :
31
39
"""
32
40
Class which provides interface to Nintendo Nunchuk controller.
41
+
33
42
:param i2c: The `busio.I2C` object to use.
34
43
:param address: The I2C address of the device. Default is 0x52.
35
44
:type address: int, optional
You can’t perform that action at this time.
0 commit comments