File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4343//| Failure to do so can prevent the SD card from being recognized until it is
4444//| powered off or re-inserted.
4545//|
46- //| Exception: on boards where another SPI peripheral has a floating CS
47- //| pin with no hardware pull-up (such as the Feather RP2040 RFM), that
48- //| peripheral's CS must be driven HIGH before SD card initialization.
49- //| Failure to do so will corrupt the SPI bus during SD card init. In
50- //| these cases, initialize and drive the other peripheral's CS high
51- //| first, then initialize the SD card.
46+ //| Exception: on boards where another SPI peripheral has a floating CS
47+ //| pin with no hardware pull-up (such as the Feather RP2040 RFM), that
48+ //| peripheral's CS must be driven HIGH before SD card initialization.
49+ //| Failure to do so will corrupt the SPI bus during SD card init. In
50+ //| these cases, initialize and drive the other peripheral's CS high
51+ //| first, then initialize the SD card.
5252//| Example usage:
5353//|
5454//| .. code-block:: python
You can’t perform that action at this time.
0 commit comments