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
-
I don't understand why SPI.cpp sets a member variable
_ss
but then never uses it?What is the fuction of the
_ss
variable in this class?I take it that
_ss
stands 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