diff options
author | Mike Causer <mcauser@gmail.com> | 2019-02-12 23:28:49 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-05-07 11:45:10 +1000 |
commit | 6323cbda4fd82f2396a19e18a224a2579a392303 (patch) | |
tree | 53a5a2c0698ba3586d853cc8dbd9eede8e8799bc /docs/esp8266/tutorial/index.rst | |
parent | 089c9b71d10bd66549858254cc10803cba45453a (diff) | |
download | micropython-6323cbda4fd82f2396a19e18a224a2579a392303.tar.gz micropython-6323cbda4fd82f2396a19e18a224a2579a392303.zip |
docs/esp8266: Add tutorial for APA102 LEDs.
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 0a4b5f2a66..4ba211a4b2 100644 --- a/docs/esp8266/tutorial/index.rst +++ b/docs/esp8266/tutorial/index.rst @@ -29,5 +29,6 @@ to `<https://www.python.org>`__. powerctrl.rst onewire.rst neopixel.rst + apa102.rst dht.rst nextsteps.rst |