diff options
author | Tomas R <tori3852@users.noreply.github.com> | 2016-05-28 20:35:00 +0100 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-30 19:20:11 +0300 |
commit | 7d4fd8b6db5ce81ea239efa53118e126a2b8dd54 (patch) | |
tree | 90668ca2377e7e75459305ae3c5133c516f29374 /docs/esp8266 | |
parent | 225562d915a9563f25225f9c8ec1764b2fbb3613 (diff) | |
download | micropython-7d4fd8b6db5ce81ea239efa53118e126a2b8dd54.tar.gz micropython-7d4fd8b6db5ce81ea239efa53118e126a2b8dd54.zip |
docs/esp8266/general: Remove duplicate phrase.
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst index 3068e0eb02..3ddcee218b 100644 --- a/docs/esp8266/general.rst +++ b/docs/esp8266/general.rst @@ -24,7 +24,7 @@ following design and implementation decision were made: forum, with the idea to collect community-maintained reference materials eventually. * All pins which make sense to support, are supported by MicroPython - (for example, we don't expose pins which are used to connect SPI flash + (for example, pins which are used to connect SPI flash are not exposed, as they're unlikely useful for anything else, and operating on them will lead to board lock-up). However, any particular board may expose only subset of pins. Consult your board reference manual. |