|
arduino-audio-tools
|
Minimal wrapper around the ESP32 TinyUSB API. We emulate the basic functionality so that we can use the same TinyUSBDevice API on RP2040 and ESP32. More...
#include <USBAudioDeviceESP32.h>
Public Member Functions | |
| bool | attach (void) |
| bool | begin (int) |
| bool | detach (void) |
| USBAudioDeviceESP32 & | device () |
| bool | isInitialized () |
| bool | mounted (void) |
| bool | ready (void) |
| bool | remoteWakeup (void) |
| bool | suspended (void) |
Minimal wrapper around the ESP32 TinyUSB API. We emulate the basic functionality so that we can use the same TinyUSBDevice API on RP2040 and ESP32.
|
inline |
|
inline |