commit 82c8923111b4ea614e81ff718d9e75caa1a4af70 Author: Romedius Weiss Date: Sat Jan 19 07:37:09 2013 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccd283a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +ITSynOpen +========= + +A custom Arduino device with Ethernet Shield showing via Twitter if somebody is in the Hackerspace. \ No newline at end of file