docs: Fix some minor spelling mistakes.
paramter -> parameter send a receive -> send and receive repsonse -> response particualr -> particular constructore -> constructor
This commit is contained in:
committed by
Damien George
parent
af90461931
commit
a79f6676c3
@@ -102,7 +102,7 @@ See :ref:`machine.SPI <machine.SPI>`. ::
|
||||
spi.write('hello')
|
||||
spi.read(5) # receive 5 bytes on the bus
|
||||
rbuf = bytearray(5)
|
||||
spi.write_readinto('hello', rbuf) # send a receive 5 bytes
|
||||
spi.write_readinto('hello', rbuf) # send and receive 5 bytes
|
||||
|
||||
I2C bus
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user