wiimote 0.2.0

Wiimote library/driver for Rust via hidapi
Documentation
# wiimote-rs

Rust library/driver for Nintendo Wii Remotes (aka. Wiimote).

## Supported Features

- Buttons
- Speaker
- Rumble
- Player LEDs
- IR Camera
- Accelerometer

## Not yet implemented features

- Status reports
- Extensions
  - Nunchuk
  - Motionplus
- Check compatibility of reporting mode and enabled peripherals or abstract that
  away completely

## Examples

See [`examples`](./examples).

## Licence and thanks

This project is licenced with the GNU AGPL version 3.0 only.

Thanks to [WiiBrew](https://wiibrew.org/) for providing excellent documentation
of the protocol.