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() { }