Skip to content

Commit 710b77b

Browse files
mikeysklardhalbert
andauthored
Update shared-bindings/sdcardio/SDCard.c
Co-authored-by: Dan Halbert <halbert@adafruit.com>
1 parent d06079e commit 710b77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/sdcardio/SDCard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//| to float low, the SPI bus can be corrupted during SD card init
4949
//| and the card may not be recognized until it is powered off or
5050
//| re-inserted. The order in which peripherals are constructed is
51-
//| secondary; what matters is that all CS lines are deselected
51+
//| secondary; what matters is that all CS lines are HIGH (deselected)
5252
//| before any SPI transaction.
5353
//|
5454
//| Example usage:

0 commit comments

Comments
 (0)