From d41f0a3cbdd59944c77d5fd42bfdeb76066e7760 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Wed, 23 Mar 2022 10:50:34 -0500 Subject: [PATCH] Create README.md --- Controllers/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Controllers/README.md diff --git a/Controllers/README.md b/Controllers/README.md new file mode 100644 index 0000000..159bfa6 --- /dev/null +++ b/Controllers/README.md @@ -0,0 +1,2 @@ +# Controllers +FDRS has some ability to communicate bi-directionally, meaning you can control water valves on relays or RGB lights with FastLED. This has always been a side-project, and has a few shortcomings, so I don't include it in the main documentation. I do have a better method in mind, which I will roll out sometime before the 2022 holiday season.