I'm really glad there is a possibility to communicate with the wiimote using python. But is there any kind of documentation about this (except the examples in xwiimote-bindings/examples/python/). I really try to understand what happens there but i do only understand parts of the code. In some situations I do have no Idea why a "True" oder "False" is passed when calling a function.
And is there a way to communicate with a second WiiMote thats connected via Bluetooth to xwiimote?
Sry I'm not able to read the sourcecode in xwiimote.i
Java and Python is ok for me, but this is where my knowlede ends...
Some hint's or documentation would be really cool. But in any case - thanks for writing this bindings :-)
The best documentation you can get is the XWiimote header file. Any functionality is well documented. Although it is C you can easily transfer its usage to Python.
Hi there
I'm really glad there is a possibility to communicate with the wiimote using python. But is there any kind of documentation about this (except the examples in xwiimote-bindings/examples/python/). I really try to understand what happens there but i do only understand parts of the code. In some situations I do have no Idea why a "True" oder "False" is passed when calling a function. And is there a way to communicate with a second WiiMote thats connected via Bluetooth to xwiimote?
Sry I'm not able to read the sourcecode in xwiimote.i Java and Python is ok for me, but this is where my knowlede ends...
Some hint's or documentation would be really cool. But in any case - thanks for writing this bindings :-)