Merge pull request #28 from per1234/mbed_nano

Add mbed_nano to list of compatible architectures
This commit is contained in:
lathoub 2021-05-06 09:01:21 +02:00 committed by GitHub
commit e0fb12b9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ sentence=BLE-MIDI I/Os for Arduino
paragraph=MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
category=Communication
url=https://github.com/lathoub/Arduino-BLE-MIDI
architectures=esp32,samd,megaavr,mbed,nrf52
architectures=esp32,samd,megaavr,mbed,mbed_nano,nrf52
includes=BLEMIDI_Transport.h
depends=MIDI Library, NimBLE-Arduino, ArduinoBLE