wiimote
Platypush documentation
wiimote
- class platypush.backend.wiimote.WiimoteBackend(bdaddr=None, inactivity_timeout=300, *args, **kwargs)[source]
Bases:
Backend
Backend to communicate with a Nintendo WiiMote controller
Triggers:
platypush.message.event.Wiimote.WiimoteEvent
when the state of the Wiimote (battery, buttons, acceleration etc.) changes
Requires:
python3-wiimote (follow instructions at https://github.com/azzra/python3-wiimote)