Changes

Line 706: Line 706:  
In this mode, MotionPlus data and modified Nunchuck data are interleaved, you can retrieve one set of data every 3ms (one wm+, one nunchuck, one wm+ and so on).
 
In this mode, MotionPlus data and modified Nunchuck data are interleaved, you can retrieve one set of data every 3ms (one wm+, one nunchuck, one wm+ and so on).
 
First 6 byte are the motion plus, send a byte 0, wait some time that WM+ retrieve and overwrite its buffer, and now read other 6 byte that are the nunchuck data.
 
First 6 byte are the motion plus, send a byte 0, wait some time that WM+ retrieve and overwrite its buffer, and now read other 6 byte that are the nunchuck data.
 +
If you don't wait some time (3ms between every request), WM+ give incorrect data, mixing byte with nunchuck.
 
The data format for the Motion Plus does not change, but the data format of the nunchuck is different than the normal way:
 
The data format for the Motion Plus does not change, but the data format of the nunchuck is different than the normal way:
  
13

edits