Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
ESP32BluedroidBackend.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "ESP32/app.h"
4#include "ESP32Backend.hpp"
5
7
8namespace ble_backend {
10 static constexpr auto notify = midi_ble_bluedroid::notify;
11 static constexpr auto init = midi_ble_bluedroid::init;
12};
13} // namespace ble_backend
14
18
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32