mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB.
This commit is contained in:
committed by
Damien George
parent
8715ad9ccf
commit
7621b17636
@@ -143,9 +143,11 @@ Constants
|
||||
for initialising the SPI bus to controller; this is only used for the WiPy
|
||||
|
||||
.. data:: SPI.MSB
|
||||
SoftSPI.MSB
|
||||
|
||||
set the first bit to be the most significant bit
|
||||
|
||||
.. data:: SPI.LSB
|
||||
SoftSPI.LSB
|
||||
|
||||
set the first bit to be the least significant bit
|
||||
|
||||
Reference in New Issue
Block a user