init arduino

This commit is contained in:
Stefan Sterz 2016-01-11 21:09:53 +01:00
commit 0746205c6b
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*/node_modules/*

0
arduino/lib/.holder Normal file
View File

8
arduino/src/sketch.ino Normal file
View File

@ -0,0 +1,8 @@
void setup()
{
}
void loop()
{
}