added support for RP2040
This commit is contained in:
parent
dbeadf5a7f
commit
5698c0c4ae
|
|
@ -67,6 +67,7 @@ will create a instance named `BLEMIDI` and listens to incoming MIDI.
|
||||||
## Tested boards/modules
|
## Tested boards/modules
|
||||||
- ESP32 (OOB BLE and NimBLE)
|
- ESP32 (OOB BLE and NimBLE)
|
||||||
- Arduino NANO 33 BLE
|
- Arduino NANO 33 BLE
|
||||||
|
- Arduino NANO RP2040 Connect
|
||||||
|
|
||||||
## Other Transport protocols:
|
## Other Transport protocols:
|
||||||
The libraries below the same calling mechanism (API), making it easy to interchange the transport layer.
|
The libraries below the same calling mechanism (API), making it easy to interchange the transport layer.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue