From 9c6efedb8bbf195be9aebfd30b1cb8d54226da52 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 15 Apr 2021 23:54:28 -0400 Subject: [PATCH] Initalize c++ sketch. --- window_control/window_control.ino | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 window_control/window_control.ino 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: + +}