PlatformIO project for implementing a rotating nametag on the Hackaday Supercon 2023 badge
| .vscode | ||
| data | ||
| include | ||
| lib | ||
| src | ||
| test | ||
| unused | ||
| .gitignore | ||
| platformio.ini | ||
| 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.