From 7e2137a5d9fc37d77879db622eb0713d9c09b8bb Mon Sep 17 00:00:00 2001 From: lux Date: Thu, 6 Jun 2019 15:52:22 +0000 Subject: [PATCH] readme correction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70984e3..6d952c7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Then, assign a `pinMode()` to your new security point by adding one under the `S pinMode(window1, INPUT_PULLUP); ``` +
+ Finally, create a code block for the logic of your security point under the `Security points` section under `void loop()`. Follow this template: ```