From 63384f03bf734f316da7e08a5e2043504b8b36cc Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 21 Feb 2019 20:59:30 -0600 Subject: Rearrange --- Test/project.properties | 1 - Test/src/Test.ino | 18 ------------------ project.properties | 1 + src/Test.ino | 18 ++++++++++++++++++ 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 Test/project.properties delete mode 100644 Test/src/Test.ino create mode 100644 project.properties create mode 100644 src/Test.ino 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 diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..d2afcd3 --- /dev/null +++ b/project.properties @@ -0,0 +1 @@ +name=Test diff --git a/src/Test.ino b/src/Test.ino new file mode 100644 index 0000000..99e9198 --- /dev/null +++ b/src/Test.ino @@ -0,0 +1,18 @@ +/* + * 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 -- cgit v1.2.3