init arduino
This commit is contained in:
commit
0746205c6b
3 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*/node_modules/*
|
0
arduino/lib/.holder
Normal file
0
arduino/lib/.holder
Normal file
8
arduino/src/sketch.ino
Normal file
8
arduino/src/sketch.ino
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
void setup()
|
||||
{
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
}
|
Reference in a new issue