From 2c1466425c39faedce5aed0ffe0e9ba7b4e6875c Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Jul 2017 23:38:00 +0200 Subject: Create Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..98fa706 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CCCB Doorbell System + +Shitty pile of code for the Arduino in the Bread Box for controlling the door opener. + +## Thursday Mode +When the mode is enabled, the door will be opened after the first click on the Door Bell +It will be disabled with a timeout, so you can't forget to turn it off. + +## Code Opener +When the Door Bell ist pressed 3 Times in a Row, the door will open. -- cgit