Update library.properties
This commit is contained in:
parent
e2e97d17e6
commit
f3ead7d8d5
|
|
@ -1,11 +1,10 @@
|
||||||
name=MIDI BLE Library
|
name=BLE-MIDI
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
author=lathoub
|
author=lathoub
|
||||||
maintainer=lathoub
|
maintainer=lathoub <lathoub@gmail.com>
|
||||||
sentence=BLE MIDI I/Os for Arduino
|
sentence=MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
|
||||||
paragraph=Read & send MIDI messages over BLE
|
paragraph=MIDI over Bluetooth Low Energy
|
||||||
category=Communication
|
category=Communication
|
||||||
url=
|
url=https://github.com/lathoub/Arduino-BLE-MIDI
|
||||||
architectures=*
|
architectures=*
|
||||||
includes=midi_bleTransport.h
|
includes=BLEMIDI.h
|
||||||
dependency=https://github.com/FortySevenEffects/arduino_midi_library
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue