removed submodule
This commit is contained in:
parent
71a32806e1
commit
4daf0a477e
|
|
@ -6,12 +6,12 @@
|
||||||
#include <BLEServer.h>
|
#include <BLEServer.h>
|
||||||
#include <BLE2902.h>
|
#include <BLE2902.h>
|
||||||
|
|
||||||
#include "interface/AbstractMidiInterface.h"
|
#include "interface/midiCommon.h"
|
||||||
using namespace Midi;
|
using namespace Midi;
|
||||||
|
|
||||||
BEGIN_BLEMIDI_NAMESPACE
|
BEGIN_BLEMIDI_NAMESPACE
|
||||||
|
|
||||||
class BleMidiInterface : public AbstractMidiInterface
|
class BleMidiInterface : public MidiCommonInterface
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
// ESP32
|
// ESP32
|
||||||
|
|
@ -133,7 +133,7 @@ public:
|
||||||
|
|
||||||
inline void read()
|
inline void read()
|
||||||
{
|
{
|
||||||
// n/a no need to call read() as incoming data comes in async via onWrite
|
// n/a no need to call read() in loop, as incoming data comes in async via onWrite
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void sendMIDI(StatusByte, DataByte data1 = 0, DataByte data2 = 0);
|
inline void sendMIDI(StatusByte, DataByte data1 = 0, DataByte data2 = 0);
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 3aedcf8adc6c1bf61ac56997d0eeea18bdcc631e
|
|
||||||
Loading…
Reference in New Issue