mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
just change a comment to make more sense
This commit is contained in:
@ -15,9 +15,7 @@ SPIClass SPI;
|
||||
|
||||
void SPIClass::begin() {
|
||||
|
||||
// Set SS to high because many users use this as chip-select
|
||||
// and most chips "select" when SS is high. If your chip
|
||||
// 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
|
||||
digitalWrite(SS, HIGH);
|
||||
|
||||
// When the SS pin is set as OUTPUT, it can be used as
|
||||
|
Reference in New Issue
Block a user