Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
ble.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
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