From e2f186c399f9c470e7e5687f26aa3ff12f4fcbfd Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 20 Sep 2021 21:38:02 -0400 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9405066..386f41c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Blinds Controller MQTT-powered blinds controller using a ESP8266 and a stepper motor to turn the blinds shaft to open and close them. + +## Hardware +ESP8266, using the NodeMCU 1.0 board + +## Libraries +- [AccelStepper](https://www.arduino.cc/reference/en/libraries/accelstepper/) +- [Arduino-MQTT](https://github.com/256dpi/arduino-mqtt)