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
4
static
BleKeyboard bleKeyboard(
"Strix-Pedal"
,
"Strix"
);
5
6
BleKeyboardAdapter
*
createBleKeyboardAdapter
() {
return
new
BleKeyboardAdapter
(bleKeyboard); }
BleKeyboardAdapter
Adapter that implements IBleKeyboard interface using BleKeyboard.
Definition
esp32/include/ble_keyboard_adapter.h:18
createBleKeyboardAdapter
BleKeyboardAdapter * createBleKeyboardAdapter()
Creates the platform-specific BleKeyboardAdapter instance.
Definition
esp32/src/ble_keyboard_adapter.cpp:6
lib
hardware
esp32
src
ble_keyboard_adapter.cpp
Generated by
1.9.8