Skip to content

Commit 2f9c849

Browse files
committed
update blemidi description, add midi library depenency link
1 parent 500c1f6 commit 2f9c849

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/blemidi/blemidi.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
any redistribution
1313
*********************************************************************/
1414

15-
/* For BLE MIDI Setup
16-
* https://learn.adafruit.com/wireless-untztrument-using-ble-midi/overview
15+
/* This example requires following library
16+
* - https://github.com/FortySevenEffects/arduino_midi_library/ (MIDI Library)
17+
*
18+
* For BLE MIDI Setup on PC/mobile checkout our learn guide
19+
* - https://learn.adafruit.com/wireless-untztrument-using-ble-midi/ble-midi-setup
1720
*/
1821

1922

tools/makeboards.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
from bokeh.palettes import name
32

43
mcu_dict = {
54
52832: {
@@ -119,8 +118,8 @@ def build_global_menu():
119118
print("menu.debug=Debug")
120119
print("menu.debug_output=Debug Output")
121120

122-
def make_board(name, vendor_name, product_name, vid, pid, boarddefine, variant):
123-
build_header(name, vendor_name, product_name, vid, pid, boarddefine, variant)
121+
def make_board(name, variant, vendor_name, product_name, boarddefine, vid, pid_list):
122+
build_header(name, variant, vendor_name, product_name, boarddefine, vid, pid_list)
124123
build_softdevice(name)
125124
build_debug(name)
126125
build_debug_output(name)

0 commit comments

Comments
 (0)