From 5698c0c4ae8432f392cbe3da18e4a29773fefa97 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Fri, 24 Sep 2021 11:56:13 +0200 Subject: [PATCH] added support for RP2040 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c93bc1a..63a84a0 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ will create a instance named `BLEMIDI` and listens to incoming MIDI. ## Tested boards/modules - ESP32 (OOB BLE and NimBLE) - Arduino NANO 33 BLE +- Arduino NANO RP2040 Connect ## Other Transport protocols: The libraries below the same calling mechanism (API), making it easy to interchange the transport layer.