diff --git a/Example/wiimote.py b/Example/wiimote.py index e548c24..507c384 100644 --- a/Example/wiimote.py +++ b/Example/wiimote.py @@ -1,6 +1,6 @@ # This program utilises the cwiid Python library in order to get input over bluetooth from a wiimote. # The following lines of code demonstrate many of the features realted to wiimotes, such as capturing button presses and rumbling the controller. -# Whilst cwiid does have support for accelerometer data, it is not very well documented and thus hard to implement efficiently! +# I have managed to map the home button to the accelerometer - simply hold it and values will appear! # Coded by The Raspberry Pi Guy. Work based on some of Matt Hawkins's!