Skip to content

Commit 980e7b2

Browse files
authored
Merge pull request #44 from adafruit/spi-sharing-note
add a note about sharing the SPI bus with SD cards and other devices
2 parents 8f606ee + 1393707 commit 980e7b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ select (cs) connections.
5757
with open("/sd/test.txt", "w") as f:
5858
f.write("Hello world\n")
5959
60+
Sharing the SPI bus with other devices
61+
======================================
62+
63+
.. important::
64+
If the same SPI bus is shared with other peripherals, it is important that
65+
the SD card be initialized before accessing any other peripheral on the bus.
66+
Failure to do so can prevent the SD card from being recognized until it is
67+
powered off or re-inserted.
68+
69+
6070
Contributing
6171
============
6272

0 commit comments

Comments
 (0)