buttplug.io mod for a Doxy magic wand and an RP2040
Go to file
2023-04-23 19:23:28 +02:00
build fgdthg 2023-04-21 22:57:54 +02:00
lib hello world 2023-04-21 18:11:54 +02:00
src pico w go blinky! 2023-04-23 19:23:28 +02:00
.envrc hello world 2023-04-21 18:11:54 +02:00
.gitignore fgdthg 2023-04-21 22:57:54 +02:00
.gitmodules hello world 2023-04-21 18:11:54 +02:00
CMakeLists.txt pico w go blinky! 2023-04-23 19:23:28 +02:00
README.md pico w go blinky! 2023-04-23 19:23:28 +02:00
shell.nix fgdthg 2023-04-21 22:57:54 +02:00

Build

# env -C lib/pico-sdk/ git submodule update --init
# env -C build/ cmake .. -G Ninja -DPICO_BOARD=pico_w -DWIFI_SSID=YOUR_SSID_HERE -DWIFI_PASSWORD="your password here"
# env -C build/ ninja