Replies: 1 comment
-
|
The SPI bus can manage the SS pin by itself, though we do not usually do this in Arduino. The option is there for the people that might need it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't understand why SPI.cpp sets a member variable
_ssbut then never uses it?What is the fuction of the
_ssvariable in this class?I take it that
_ssstands for slave select?Why is it associated with the SPI bus?
Is the function of slave select the same as chip select? If so, it should not be associated with the SPI bus?
Beta Was this translation helpful? Give feedback.
All reactions