diff options
author | Mike Causer <mcauser@gmail.com> | 2021-04-30 14:00:13 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-14 12:04:21 +1000 |
commit | 97fee47716627b06bfb11dbcc43f6a000d6e7257 (patch) | |
tree | d4ecbe659fe8f364ca0e3007f175899755b77b16 /docs/esp8266/tutorial/index.rst | |
parent | d43ed087aee3444a96da059dfdb532c810f7656c (diff) | |
download | micropython-97fee47716627b06bfb11dbcc43f6a000d6e7257.tar.gz micropython-97fee47716627b06bfb11dbcc43f6a000d6e7257.zip |
docs/esp8266: Add SSD1306 to quickref 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 4ba211a4b2..79ebd92279 100644 --- a/docs/esp8266/tutorial/index.rst +++ b/docs/esp8266/tutorial/index.rst @@ -31,4 +31,5 @@ to `<https://www.python.org>`__. neopixel.rst apa102.rst dht.rst + ssd1306.rst nextsteps.rst |