Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (37 loc) · 1.7 KB

README.rst

File metadata and controls

55 lines (37 loc) · 1.7 KB

Introduction

Documentation Status Discord Build Status Code Style: Black

CircuitPython library for the Nintendo Wii Classic Controller

Dependencies

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.

Usage Example

import board
import wiiclassic

controller = wiiclassic.WiiClassic(board.I2C())

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Documentation

For information on building library documentation, please check out this guide.