Skip to content

Commit 4e8fffa

Browse files
committed
just change a comment to make more sense
1 parent a41c123 commit 4e8fffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libraries/SPI/SPI.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ SPIClass SPI;
1515

1616
void SPIClass::begin() {
1717

18-
// Set SS to high because many users use this as chip-select
19-
// and most chips "select" when SS is high. If your chip
20-
// does not, you can set it back to LOW after begin() is called.
18+
// Set SS to high so a connected chip will be "deselected" by default
2119
digitalWrite(SS, HIGH);
2220

2321
// When the SS pin is set as OUTPUT, it can be used as

0 commit comments

Comments
 (0)