Skip to content

Commit 0149446

Browse files
committed
Add BLE MIDI
1 parent dfceaeb commit 0149446

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,3 +670,6 @@
670670
[submodule "libraries/helpers/ble_ibbq"]
671671
path = libraries/helpers/ble_ibbq
672672
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_iBBQ.git
673+
[submodule "libraries/helpers/ble_midi"]
674+
path = libraries/helpers/ble_midi
675+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Helpers for Bluetooth Low Energy (BLE).
126126
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
127127
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
128128
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
129+
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
129130
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>
130131

131132
LoRa Wireless Helpers

libraries/helpers/ble_midi

Submodule ble_midi added at 2ceed3f

0 commit comments

Comments
 (0)