add table template for table side of code

This commit is contained in:
Carson 2022-04-03 19:42:18 -06:00
parent 8fa0623d74
commit 925200252d
2 changed files with 89 additions and 21 deletions

View file

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}