summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2019-02-16 23:36:21 +0000
committerJoe Robinson <joe@lc8n.com>2019-02-16 23:36:21 +0000
commit115821d26996d05044dd3ebdd1ffa3b286d8c85f (patch)
tree90bc5f388bc43cfe567d31335b454ee094fe0900 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cba7177
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+Publishes DHT sensor readings over MQTT from an Arduino/ESP8266/D1 mini
+
+ESP8266 Board Packagee: http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json
+Adafruit DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library
+MQTT PubSubClient: https://github.com/knolleary/pubsubclient
+