|
wiiuse
|
Functions | |
| int | wii_board_handshake (struct wiimote_t *wm, struct wii_board_t *wb, byte *data, uint16_t len) |
| Handle the handshake data from the wiiboard. More... | |
| void | wii_board_disconnected (struct wii_board_t *wb) |
| The wii board disconnected. More... | |
| void | wii_board_event (struct wii_board_t *wb, byte *msg) |
| Handle wii board event. More... | |
| void wii_board_disconnected | ( | struct wii_board_t * | wb | ) |
The wii board disconnected.
| cc | A pointer to a wii_board_t structure. |
| void wii_board_event | ( | struct wii_board_t * | wb, |
| byte * | msg | ||
| ) |
Handle wii board event.
| wb | A pointer to a wii_board_t structure. |
| msg | The message specified in the event packet. |
| int wii_board_handshake | ( | struct wiimote_t * | wm, |
| struct wii_board_t * | wb, | ||
| byte * | data, | ||
| uint16_t | len | ||
| ) |
Handle the handshake data from the wiiboard.
| wb | A pointer to a wii_board_t structure. |
| data | The data read in from the device. |
| len | The length of the data block, in bytes. |
1.8.13