blank project

This commit is contained in:
Justin Forlenza 2025-12-30 10:35:24 -05:00
commit 7c63c76e7a
7 changed files with 136 additions and 0 deletions

11
src/main.cpp Normal file
View file

@ -0,0 +1,11 @@
#include <Arduino.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}