PlatformIO project for implementing a rotating nametag on the Hackaday Supercon 2023 badge
Go to file
true 7013cac8f1 Multiple program support 2023-11-05 11:14:53 -08:00
.vscode Initial working rotating nametag 2023-11-04 07:42:38 -07:00
include Remove unneeded files 2023-11-04 09:59:25 -07:00
lib Initial working rotating nametag 2023-11-04 07:42:38 -07:00
src Multiple program support 2023-11-05 11:14:53 -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 Add U8g2 dependency 2023-11-04 14:46:13 -07: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.