AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
esp32/src/ble_keyboard_adapter.cpp
Go to the documentation of this file.
1#include "ble_keyboard_adapter.h"
2#include <BleKeyboard.h>
3
4static BleKeyboard bleKeyboard("Strix-Pedal", "Strix");
5
Adapter that implements IBleKeyboard interface using BleKeyboard.
BleKeyboardAdapter * createBleKeyboardAdapter()
Creates the platform-specific BleKeyboardAdapter instance.