38 #define WII_VRES_X 560 39 #define WII_VRES_Y 340 Wiimote structure.
Definition: wiiuse.h:531
General internal wiiuse stuff.
void calculate_extended_ir(struct wiimote_t *wm, byte *data)
Calculate the data from the IR spots.
Definition: ir.c:359
void calculate_basic_ir(struct wiimote_t *wm, byte *data)
Calculate the data from the IR spots.
Definition: ir.c:323
IR struct.
Definition: wiiuse.h:350
float calc_yaw(struct ir_t *ir)
Calculate yaw given the IR data.
Definition: ir.c:741