diff options
| author | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 15:37:09 +0200 |
|---|---|---|
| committer | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 15:37:09 +0200 |
| commit | 53d10d02ba23223f5e8def4af8105023cf458c9b (patch) | |
| tree | 246b071957b1907312229566c5556567825bc49e /examples | |
| parent | 446955917687d163e7b34e4977ce71089650c826 (diff) | |
Add travis configuration to verify a basic build.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/empty/empty.ino | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/empty/empty.ino b/examples/empty/empty.ino new file mode 100644 index 0000000..f93cce6 --- /dev/null +++ b/examples/empty/empty.ino @@ -0,0 +1,9 @@ + +void setup() { + +} + +void loop() { + +} + |
