Monado OpenXR Runtime
|
Driver for the Monado Arduino based flexible input device. More...
Files | |
file | arduino_device.c |
Arduino felxable input device code. | |
file | arduino_interface.h |
Interer face Arduino flexible input device driver. | |
file | arduino_prober.c |
Arduino felxable input device prober code. | |
Data Structures | |
struct | arduino_prober |
Arduino prober struct. More... | |
Functions | |
struct xrt_auto_prober * | arduino_create_auto_prober () |
Probing function for the Arduino based flexible input device driver. More... | |
struct xrt_device * | arduino_device_create (struct os_ble_device *ble, bool print_spew, bool print_debug) |
Create a arduino device from a ble notify. More... | |
Driver for the Monado Arduino based flexible input device.
struct xrt_auto_prober* arduino_create_auto_prober | ( | ) |
#include <drivers/arduino/arduino_interface.h>
Probing function for the Arduino based flexible input device driver.
References arduino_prober::base, xrt_auto_prober::destroy, xrt_auto_prober::name, and U_TYPED_CALLOC.
struct xrt_device* arduino_device_create | ( | struct os_ble_device * | ble, |
bool | print_spew, | ||
bool | print_debug | ||
) |
#include <drivers/arduino/arduino_interface.h>
Create a arduino device from a ble notify.
References arduino_device::base, xrt_device::destroy, xrt_device::name, U_DEVICE_ALLOC_TRACKING_NONE, U_DEVICE_ALLOCATE, and XRT_DEVICE_DAYDREAM.