usb_midi_descriptor_lib
usb_midi_descriptor_lib TinyUSB extension to get the strings from a USB MIDI Device’s interface descriptors. The strings descriptors associated with the Input Jacks and Output Jacks can provide us...
usb_midi_descriptor_lib TinyUSB extension to get the strings from a USB MIDI Device’s interface descriptors. The strings descriptors associated with the Input Jacks and Output Jacks can provide us...
pico-ft232h-async-fifo Library that interfaces the FTDI FT232h chip in Async FIFO 245 mode with a RP2040 chip’s PIO to stream USB 2.0 high speed data at up to 9.9MB/sec. This library includes a tr...
cdc_stdio_lib Library allows a pico-sdk application that uses TinyUSB to add USB CDC stdio support. Normally, the pico-sdk will emit an error at compile time if you attempt to enable USB stdio on ...
pico-c-utilities A collection of C and C++ functions for console I/O and other useful things for the Raspberry Pi Pico. So far, this “collection” has only one function in it: int getsn(char* cp, i...
pico-w-connection-manager A Pico W C++ class for access point scan, connect, disconnect, & RSSI with flash-stored lists of known SSIDs and passwords
midi-processor-lib C++ classes for processing MIDI data packets (e.g. filtering, bi-directional processing, …). This is pico-usb-midi-processor extracted to library form for inclusion in other pro...
usb_midi_device_multistream Extensions for the TinyUSB USB MIDI device driver enable multiple virtual cables. The native TinyUSB USB MIDI class device driver for TinyUSB one supports one virtual c...

3.5mm-MIDI-TRS-Adapter-Tester A DIY 3.5mm TRS to DIN 5 MIDI adapter tester indicating Type A or Type B and whether the Sleeve is connected.
pico-embedded-cli A demo of embedded-cli library for the Raspberry Pi Pico C SDK. This is a barebones example. For a more full featured demo, try one of the other projects with a cli tag.

pico-w-connection-manager-demo Run an LwIP webserver on a Pico W using a C++ Pico_w_connection_manager class and command line interface to manage connection to the AP. The CLI program allows you t...