receives images over bluetooth and displays
Find a file
2024-05-15 17:32:41 +02:00
.vscode you know what let's just paste code 2024-05-13 19:20:39 +02:00
SPEC so appearently this is a different module 2024-05-13 16:43:35 +02:00
src it WORKS!!! les go it is wednesday my dudes 2024-05-15 17:32:41 +02:00
.gitignore initial commit 2024-05-13 16:29:38 +02:00
CMakeLists.txt it WORKS!!! les go it is wednesday my dudes 2024-05-15 17:32:41 +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 you know what let's just paste code 2024-05-13 19:20:39 +02:00

Usage

  1. create a new directory and enter it
  2. git clone --recursive https://github.com/raspberrypi/pico-sdk
  3. git clone this repo and cd into it
  4. mkdir build && cd build
  5. cmake ..
  6. make