Bluetooth Instance / Protocol Of The WiiMote. More...
#include "powerblocks/core/bluetooth/l2cap.h"#include "powerblocks/core/bluetooth/hci.h"#include "powerblocks/input/wiimote/wiimote.h"#include "powerblocks/input/wiimote/wiimote_extension.h"#include "FreeRTOS.h"#include "semphr.h"Go to the source code of this file.
Classes | |
| struct | wiimote_raw_t |
| struct | wiimote_hid_t |
Functions | |
| int | wiimote_hid_initialize (wiimote_hid_t *wiimote, const hci_discovered_device_info_t *discovery, int slot) |
| void | wiimote_hid_close (wiimote_hid_t *wiimote) |
| int | wiimote_hid_set_report (wiimote_hid_t *wiimote, uint8_t report_type, bool update_ir_mode) |
| bool | wiimote_hid_driver_filter (const hci_discovered_device_info_t *device, const char *device_name) |
| void * | wiimote_hid_driver_initialize (const hci_discovered_device_info_t *device) |
| void | wiimote_hid_driver_free_device (void *instance) |
Bluetooth Instance / Protocol Of The WiiMote.
Contains the code to actually communicate with wiimotes.