wiiuse
Functions
io.h File Reference

Handles device I/O. More...

#include "wiiuse_internal.h"
Include dependency graph for io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void wiiuse_handshake (struct wiimote_t *wm, byte *data, uint16_t len)
 Get initialization data from the wiimote. More...
 
int wiiuse_wait_report (struct wiimote_t *wm, int report, byte *buffer, int bufferLength, unsigned long timeout_ms)
 Wait until specified report arrives and return it. More...
 
void wiiuse_read_data_sync (struct wiimote_t *wm, byte memory, unsigned addr, unsigned short size, byte *data)
 Read memory/register data synchronously. More...
 

Detailed Description

Handles device I/O.