pico work:我的带有CC ++ SDK的Raspberry Pi Pico游乐场 源码
关于 Raspberry Pi Pico的游乐场 建造 git clone https://github.com/iwatake2222/pico-work.git cd pico-work git submodule update --init cd pico-sdk && git submodule update --init && cd .. mkdir build && cd build # For Windows Visual Studio 2019 (Developer Command Prompt for VS 2019) cmake .. -G "NMake Makefiles" nmake # For Windows MSYS2 (Run the following commands on MSYS2) cmake .. -G "MSYS Makefiles" make
文件列表
pico-work-master.zip
(预估有个44文件)
pico-work-master
pj_adc
AdcBuffer.cpp
3KB
LcdIli9341SPI.cpp
7KB
LcdIli9341SPI.h
2KB
font.cpp
8KB
TpTsc2046SPI.h
1KB
CMakeLists.txt
419B
wiring.txt
353B
Main.cpp
2KB
暂无评论