mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
just change a comment to make more sense
This commit is contained in:
@ -15,9 +15,7 @@ SPIClass SPI;
|
|||||||
|
|
||||||
void SPIClass::begin() {
|
void SPIClass::begin() {
|
||||||
|
|
||||||
// Set SS to high because many users use this as chip-select
|
// Set SS to high so a connected chip will be "deselected" by default
|
||||||
// and most chips "select" when SS is high. If your chip
|
|
||||||
// does not, you can set it back to LOW after begin() is called.
|
|
||||||
digitalWrite(SS, HIGH);
|
digitalWrite(SS, HIGH);
|
||||||
|
|
||||||
// When the SS pin is set as OUTPUT, it can be used as
|
// When the SS pin is set as OUTPUT, it can be used as
|
||||||
|
Reference in New Issue
Block a user