aboutsummaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-02-21 20:59:30 -0600
committerRossTheRoss <msattr@gmail.com>2019-02-21 20:59:30 -0600
commit63384f03bf734f316da7e08a5e2043504b8b36cc (patch)
tree39357990baf2b1f11a27fb86aa416838bb56e2f3 /Test
parentNani (diff)
downloadhomework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar.gz
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar.bz2
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar.lz
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar.xz
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.tar.zst
homework-63384f03bf734f316da7e08a5e2043504b8b36cc.zip
Rearrange
Diffstat (limited to 'Test')
-rw-r--r--Test/project.properties1
-rw-r--r--Test/src/Test.ino18
2 files changed, 0 insertions, 19 deletions
diff --git a/Test/project.properties b/Test/project.properties
deleted file mode 100644
index d2afcd3..0000000
--- a/Test/project.properties
+++ /dev/null
@@ -1 +0,0 @@
-name=Test
diff --git a/Test/src/Test.ino b/Test/src/Test.ino
deleted file mode 100644
index 99e9198..0000000
--- a/Test/src/Test.ino
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Project Test
- * Description:
- * Author:
- * Date:
- */
-
-// setup() runs once, when the device is first turned on.
-void setup() {
- // Put initialization like pinMode and begin functions here.
-
-}
-
-// loop() runs over and over again, as quickly as it can execute.
-void loop() {
- // The core of your code will likely live here.
-
-} \ No newline at end of file