This commit is contained in:
Dan Halbert 2020-02-11 20:03:47 -05:00
parent f73b58a2c6
commit c57ccd5eb4

View File

@ -56,7 +56,7 @@
//| .. class:: SPI(clock, MOSI=None, MISO=None)
//|
//| Construct an SPI object on the given pins.
//|
//| ..note:: The SPI peripherals allocated in order of desirability, if possible,
//| such as highest speed and not shared use first. For instance, on the nRF52840,
//| there is a single 32MHz SPI peripheral, and multiple 8MHz peripherals,