diff options
author | Mike Causer <mcauser@gmail.com> | 2016-07-28 14:24:21 +1000 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-01 14:39:57 +0300 |
commit | b4564841b687051425924228acedcd6377ad1acf (patch) | |
tree | 0cb33c2839eeeefeedb6267cea6840a25b1f0483 /docs/esp8266/tutorial/index.rst | |
parent | 0e4cae521288208e637d609fc00503fc828217b6 (diff) | |
download | micropython-b4564841b687051425924228acedcd6377ad1acf.tar.gz micropython-b4564841b687051425924228acedcd6377ad1acf.zip |
docs: Add DHT to ESP8266 Quick Ref and Tutorial
Diffstat (limited to 'docs/esp8266/tutorial/index.rst')
-rw-r--r-- | docs/esp8266/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/esp8266/tutorial/index.rst b/docs/esp8266/tutorial/index.rst index 1a00afd853..39b4592600 100644 --- a/docs/esp8266/tutorial/index.rst +++ b/docs/esp8266/tutorial/index.rst @@ -29,4 +29,5 @@ to `<https://www.python.org>`__. powerctrl.rst onewire.rst neopixel.rst + dht.rst nextsteps.rst |