CircuitPython library for the Nintendo Wii Classic Controller
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
import board
import wiiclassic
controller = wiiclassic.WiiClassic(board.I2C())
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
For information on building library documentation, please check out this guide.