41 #ifndef TATACON_H_INCLUDED 42 #define TATACON_H_INCLUDED 52 int tatacon_handshake(
struct wiimote_t *wm,
struct tatacon_t *tatacon, byte *data,
unsigned short len);
Main Wiimote device structure.
Definition: wiiuse.h:751
General internal wiiuse stuff.
void tatacon_disconnected(struct tatacon_t *tatacon)
The tatacon disconnected.
Definition: tatacon.c:76
Tatacon expansion device.
Definition: wiiuse.h:604
void tatacon_event(struct tatacon_t *tatacon, byte *msg)
Handle tatacon event.
Definition: tatacon.c:86
void tatacon_pressed_buttons(struct tatacon_t *tatacon, byte now)
Find what buttons are pressed.
Definition: tatacon.c:98