Since the Raspberry Pi Pico is a programmable device with a myriad of
use-cases, it needs specific firmware to implement the same protocol as
the driver in src/hardware/raspberrypi-pico.
Add a link to make it easier to find the right firmware.
#ifndef LIBSIGROK_HARDWARE_RASPBERRYPI_PICO_PROTOCOL_H
#define LIBSIGROK_HARDWARE_RASPBERRYPI_PICO_PROTOCOL_H
+/* Firmware: https://github.com/pico-coder/sigrok-pico */
+
#include <stdint.h>
#include <glib.h>
#include <libsigrok/libsigrok.h>