receives images over bluetooth and displays
Find a file
2024-05-13 16:43:35 +02:00
.vscode initial commit 2024-05-13 16:29:38 +02:00
pico-sdk@6a7db34ff6 add submodule 2024-05-13 16:32:08 +02:00
SPEC so appearently this is a different module 2024-05-13 16:43:35 +02:00
src initial commit 2024-05-13 16:29:38 +02:00
.gitignore initial commit 2024-05-13 16:29:38 +02:00
.gitmodules initial commit 2024-05-13 16:29:38 +02:00
CMakeLists.txt initial commit 2024-05-13 16:29:38 +02:00
LICENSE.md initial commit 2024-05-13 16:29:38 +02:00
pico_sdk_import.cmake initial commit 2024-05-13 16:29:38 +02:00
README.md so appearently this is a different module 2024-05-13 16:43:35 +02:00

Usage

  1. git submodule update --init --recursive
  2. mkdir build && cd build
  3. cmake ..
  4. make