earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.88k stars 394 forks source link

Bluetooth Master HID and musical keyboard example #2195

Closed earlephilhower closed 1 month ago

earlephilhower commented 1 month ago

Adds BluetoothHIDMaster and HIDKeyStream which let the PicoW connect to and use Bluetooth Classic HID devices like keyboards and mice.

An example that lets the PicoW use a BT keyboard as a piano is included and shows the use of the new classes.