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: ```