PlatformIO project for implementing a rotating nametag on the Hackaday Supercon 2023 badge
Go to file
true 11c5f1d161 Update platformio.ini to build with current upstream 2024-02-23 05:24:42 -08:00
.vscode Initial working rotating nametag 2023-11-04 07:42:38 -07:00
data Added flying toasters 2023-11-05 14:43:52 -08:00
include Added flying toasters 2023-11-05 14:43:52 -08:00
lib Initial working rotating nametag 2023-11-04 07:42:38 -07:00
src Toaster render fix, faster toasters with preload 2023-11-05 16:35:52 -08:00
test Initial working rotating nametag 2023-11-04 07:42:38 -07:00
unused Initial working rotating nametag 2023-11-04 07:42:38 -07:00
.gitignore Initial working rotating nametag 2023-11-04 07:42:38 -07:00
README.md Update README.md 2023-11-04 19:32:31 -07:00
platformio.ini Update platformio.ini to build with current upstream 2024-02-23 05:24:42 -08:00

README.md

Nametag FW for SC7 VectorScope Badge

This code implements a rotating nametag.

Edit main.cpp to set your name.

Install PlatformIO to build this firmware.

NOTE FOR WINDOWS USERS: Long filenames must be enabled to correctly open this repository in PlatformIO. BEFORE opening this repository, follow the instructions located on the Arduino-Pico docs page.