receives images over bluetooth and displays
.vscode | ||
include | ||
SPEC | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.md | ||
pico_sdk_import.cmake | ||
README.md |
Usage
- create a new directory and enter it
git clone --recursive https://github.com/raspberrypi/pico-sdk
- git clone this repo and cd into it
mkdir build && cd build
cmake ..
make