|
wiiuse
|
Functions | |
| void | wiiuse_set_ir_mode (struct wiimote_t *wm) |
| void | calculate_basic_ir (struct wiimote_t *wm, byte *data) |
| Calculate the data from the IR spots. More... | |
| void | calculate_extended_ir (struct wiimote_t *wm, byte *data) |
| Calculate the data from the IR spots. More... | |
| float | calc_yaw (struct ir_t *ir) |
| Calculate yaw given the IR data. More... | |
| float calc_yaw | ( | struct ir_t * | ir | ) |
Calculate yaw given the IR data.
| ir | IR data structure. |
| void calculate_basic_ir | ( | struct wiimote_t * | wm, |
| byte * | data | ||
| ) |
Calculate the data from the IR spots.
Basic IR mode.
| wm | Pointer to a wiimote_t structure. |
| data | Data returned by the wiimote for the IR spots. |
1.8.13