|
AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
|
#include "ble_keyboard_adapter.h"#include <BleKeyboard.h>Go to the source code of this file.
Functions | |
| BleKeyboardAdapter * | createBleKeyboardAdapter () |
| Creates the platform-specific BleKeyboardAdapter instance. | |
| BleKeyboardAdapter * createBleKeyboardAdapter | ( | ) |
Creates the platform-specific BleKeyboardAdapter instance.
Owns the underlying BleKeyboard object. Caller takes ownership of the returned pointer.
Definition at line 6 of file esp32/src/ble_keyboard_adapter.cpp.