xwiimote / xwiimote-bindings

Language bindings for the xwiimote package
Other
24 stars 10 forks source link

Missing documentation #4

Open mitras2 opened 9 years ago

mitras2 commented 9 years ago

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 :-)

mrkskwsnck commented 8 years ago

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.