diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-31 22:21:37 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-31 22:21:37 +0000 |
commit | a58713a899b7df5b291e868d2553b2333c0b3dc9 (patch) | |
tree | ea35bd2780b5ead968a87a3f9c6c855adee62dc6 /docs/library/pyb.SPI.rst | |
parent | c7da7838bab349ec703df0e99b14878a0c994f48 (diff) | |
download | micropython-a58713a899b7df5b291e868d2553b2333c0b3dc9.tar.gz micropython-a58713a899b7df5b291e868d2553b2333c0b3dc9.zip |
docs: Cleanup and update some docs.
Diffstat (limited to 'docs/library/pyb.SPI.rst')
-rw-r--r-- | docs/library/pyb.SPI.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/pyb.SPI.rst b/docs/library/pyb.SPI.rst index db77083064..7ad3a90e2d 100644 --- a/docs/library/pyb.SPI.rst +++ b/docs/library/pyb.SPI.rst @@ -1,5 +1,5 @@ -class SPI --- a master-driven serial protocol -============================================= +class SPI -- a master-driven serial protocol +============================================ SPI is a serial protocol that is driven by a master. At the physical level there are 3 lines: SCK, MOSI, MISO. |