We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41c123 commit 4e8fffaCopy full SHA for 4e8fffa
libraries/SPI/SPI.cpp
@@ -15,9 +15,7 @@ SPIClass SPI;
15
16
void SPIClass::begin() {
17
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.
+ // Set SS to high so a connected chip will be "deselected" by default
21
digitalWrite(SS, HIGH);
22
23
// When the SS pin is set as OUTPUT, it can be used as
0 commit comments