pico-tiny Interface library for using tiny and tiny-devices with Raspberry Pi Pico. Setup In CmakeLists.txt, first add as a subdirectory: add_subdirectory(<path to>/pico-tiny) then add as a link library: target_link_libraries(<target name> ... pico_tiny )