pico stuff:我在这里添加我的Pi Pico(RP2040)东西 源码
微微的东西 我在这里添加我的Pi Pico(RP2040)东西。 仅标题的库 BMP180 安装 $ git clone --recursive git@github.com:luigifcruz/pico-stuff.git $ cd pico-stuff $ mkdir build $ cd build $ PICO_SDK_PATH=../pico-sdk cmake .. $ make -j $( nproc -n ) 除错 要进行调试, #define DEBUG在仅标头库的#include之前添加#define DEBUG 。 用法 问:如何在项目中使用这些库? 答:只需将仅标头的库文件复制并粘贴到您的项目中。