AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
ble_keyboard_adapter.h File Reference
#include <BleKeyboard.h>
#include "i_ble_keyboard.h"

Go to the source code of this file.

Classes

class  BleKeyboardAdapter
 Adapter that implements IBleKeyboard interface using BleKeyboard. More...
 

Functions

BleKeyboardAdaptercreateBleKeyboardAdapter ()
 Creates the platform-specific BleKeyboardAdapter instance.
 

Function Documentation

◆ createBleKeyboardAdapter()

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.