Initalize c++ sketch.

This commit is contained in:
Kenwood 2021-04-15 23:54:28 -04:00
commit 9c6efedb8b
1 changed files with 9 additions and 0 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:
}