commit 9c6efedb8bbf195be9aebfd30b1cb8d54226da52 Author: KenwoodFox Date: Thu Apr 15 23:54:28 2021 -0400 Initalize c++ sketch. diff --git a/window_control/window_control.ino b/window_control/window_control.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/window_control/window_control.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}