From c538481a06b3cf8dcabe3a9d58fb4ebb87d5ad77 Mon Sep 17 00:00:00 2001 From: Adam PIppin Date: Wed, 30 Jun 2021 21:47:56 -0700 Subject: [PATCH] Add libraries, fix gitignore --- .gitignore | 8 ++++---- watchos2/__vm/Compile.vmps.xml | 12 ++++++++++++ watchos2/__vm/Configuration.Debug.vmps.xml | 9 +++++++++ watchos2/__vm/Configuration.Release.vmps.xml | 9 +++++++++ watchos2/watchos2.ino | 2 +- 5 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 watchos2/__vm/Compile.vmps.xml create mode 100644 watchos2/__vm/Configuration.Debug.vmps.xml create mode 100644 watchos2/__vm/Configuration.Release.vmps.xml diff --git a/.gitignore b/.gitignore index def1c08..be5a6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.vs/ *.swp -/watchos/__vm/.watchos.vsarduino.h -/watchos/watchos.vcxproj.user -/watchos/Debug/ -/watchos/Release/ +/watchos2/__vm/.watchos.vsarduino.h +/watchos2/watchos.vcxproj.user +/watchos2/Debug/ +/watchos2/Release/ diff --git a/watchos2/__vm/Compile.vmps.xml b/watchos2/__vm/Compile.vmps.xml new file mode 100644 index 0000000..72044c2 --- /dev/null +++ b/watchos2/__vm/Compile.vmps.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/watchos2/__vm/Configuration.Debug.vmps.xml b/watchos2/__vm/Configuration.Debug.vmps.xml new file mode 100644 index 0000000..5eb2bc6 --- /dev/null +++ b/watchos2/__vm/Configuration.Debug.vmps.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/watchos2/__vm/Configuration.Release.vmps.xml b/watchos2/__vm/Configuration.Release.vmps.xml new file mode 100644 index 0000000..f2d845d --- /dev/null +++ b/watchos2/__vm/Configuration.Release.vmps.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/watchos2/watchos2.ino b/watchos2/watchos2.ino index eb0d353..1a02777 100644 --- a/watchos2/watchos2.ino +++ b/watchos2/watchos2.ino @@ -4,7 +4,7 @@ Author: Adam */ -// the setup function runs once when you press reset or power the board +// the setup function runs once when you press reset or power the board void setup() { }