pico-stuff:我在这里添加我的Pi Pico(RP2040)东西

时间:2024-03-23 05:48:41
【文件属性】:

文件名称:pico-stuff:我在这里添加我的Pi Pico(RP2040)东西

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-23 05:48:41

C

微微的东西 我在这里添加我的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 。 用法 问:如何在项目中使用这些库? 答:只需将仅标头的库文件复制并粘贴到您的项目中。


【文件预览】:
pico-stuff-main
----.gitmodules(285B)
----pico_sdk_import.cmake(3KB)
----LICENSE(18KB)
----bmp180()
--------test.c(654B)
--------CMakeLists.txt(311B)
--------bmp180.h(6KB)
----pico-examples()
----.gitignore(456B)
----CMakeLists.txt(132B)
----pico-extras()
----README.md(494B)
----pico-sdk()
----compile_commands.json(27B)

网友评论