commit 0746205c6b186ebb4f50dbc3fd66c8885166689e Author: Stefan Sterz Date: Mon Jan 11 21:09:53 2016 +0100 init arduino diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3ab2ca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/node_modules/* diff --git a/arduino/lib/.holder b/arduino/lib/.holder new file mode 100644 index 0000000..e69de29 diff --git a/arduino/src/sketch.ino b/arduino/src/sketch.ino new file mode 100644 index 0000000..9f91418 --- /dev/null +++ b/arduino/src/sketch.ino @@ -0,0 +1,8 @@ + +void setup() +{ +} + +void loop() +{ +}