Update README

This commit is contained in:
Cameron
2021-09-20 21:38:02 -04:00
parent d2a2726d63
commit e2f186c399

View File

@@ -1,3 +1,10 @@
# Blinds Controller # Blinds Controller
MQTT-powered blinds controller using a ESP8266 and a stepper motor to turn the blinds shaft to open and close them. 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)