Browse Source

Add libraries, fix gitignore

master
Adam PIppin 3 years ago
parent
commit
c538481a06
  1. 8
      .gitignore
  2. 12
      watchos2/__vm/Compile.vmps.xml
  3. 9
      watchos2/__vm/Configuration.Debug.vmps.xml
  4. 9
      watchos2/__vm/Configuration.Release.vmps.xml
  5. 2
      watchos2/watchos2.ino

8
.gitignore

@ -1,6 +1,6 @@
/.vs/ /.vs/
*.swp *.swp
/watchos/__vm/.watchos.vsarduino.h /watchos2/__vm/.watchos.vsarduino.h
/watchos/watchos.vcxproj.user /watchos2/watchos.vcxproj.user
/watchos/Debug/ /watchos2/Debug/
/watchos/Release/ /watchos2/Release/

12
watchos2/__vm/Compile.vmps.xml

File diff suppressed because one or more lines are too long

9
watchos2/__vm/Configuration.Debug.vmps.xml

File diff suppressed because one or more lines are too long

9
watchos2/__vm/Configuration.Release.vmps.xml

File diff suppressed because one or more lines are too long

2
watchos2/watchos2.ino

@ -4,7 +4,7 @@
Author: Adam 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() { void setup() {
} }

Loading…
Cancel
Save