1
Programmers Den / Re: About C program for communication with Wiimote
« on: November 17, 2008, 04:20:46 PM »
It's all pretty much in the manual.
1) You have to tell it how many Wiimotes you will need to connect to and it will create a structure to hold all the data for you, then you use this pointer in all other function. Look at the sample program that comes with it.
2)I think it does update automatically, but you still have to poll for data, like what buttons are up and what is the xyz from the accelerometer.
3)It looks pretty fast. Run the test program and try it out. It looks pretty fast for me.
4)Read the manual.
Denis
1) You have to tell it how many Wiimotes you will need to connect to and it will create a structure to hold all the data for you, then you use this pointer in all other function. Look at the sample program that comes with it.
2)I think it does update automatically, but you still have to poll for data, like what buttons are up and what is the xyz from the accelerometer.
3)It looks pretty fast. Run the test program and try it out. It looks pretty fast for me.
4)Read the manual.
Denis