Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32-NimBLE
ble.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef __cplusplus
4
#include <
AH/Arduino-Wrapper.h
>
5
#endif
6
7
#if __has_include(<host/ble_gap.h>)
8
#define CS_MIDI_BLE_ESP_IDF_NIMBLE 1
9
#else
10
#include <nimconfig.h>
11
#define CS_MIDI_BLE_ESP_IDF_NIMBLE 0
12
#endif
Arduino-Wrapper.h
Generated by
1.10.0