Skip to content
Snippets Groups Projects
Commit 09c5c58a authored by Peter Hinch's avatar Peter Hinch Committed by Damien George
Browse files

docs/library/machine.SPI: Add note about baudrate imprecision.

parent af2030de
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ Methods
- ``pins`` - WiPy port doesn't ``sck``, ``mosi``, ``miso`` arguments, and instead allows to
specify them as a tuple of ``pins`` parameter.
In the case of hardware SPI the actual clock frequency may be lower than the
requested baudrate. This is dependant on the platform hardware. The actual
rate may be determined by printing the SPI object.
.. method:: SPI.deinit()
Turn off the SPI bus.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment