We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f606ee + 1393707 commit 980e7b2Copy full SHA for 980e7b2
README.rst
@@ -57,6 +57,16 @@ select (cs) connections.
57
with open("/sd/test.txt", "w") as f:
58
f.write("Hello world\n")
59
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
70
Contributing
71
============
72
0 commit comments