From 8c56c080fe19c32a69b9efc89d40e8bca02afe41 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 2 Jul 2010 23:02:33 +0200 Subject: [PATCH] Make sources buildable with the Arduino IDE. --- mendel/mendel.pde | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mendel/mendel.pde diff --git a/mendel/mendel.pde b/mendel/mendel.pde new file mode 100644 index 0000000..1c3f190 --- /dev/null +++ b/mendel/mendel.pde @@ -0,0 +1,4 @@ + +/* + The existence of this file makes sources buildable with the Arduino IDE. +*/