GitBook: [master] one page modified

This commit is contained in:
Daniel Spindelbauer
2018-08-06 08:22:18 +00:00
committed by gitbook-bot
parent fb0aedc5c3
commit 7bdf07287a

View File

@@ -69,7 +69,7 @@ Write the data contained in `buf`. Returns the number of bytes written.
### spi.read\(nbytes, \* , write=0x00\)
Read the `nbytes` while writing the data specified by `write`. Return the number of bytes read.
Read the `nbytes` while writing the data specified by `write`. Returns the bytes read.
### spi.readinto\(buf, \* , write=0x00\)