Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SPI.cpp sets _ss but never uses it. #6587

stolk started this conversation in General
Discussion options

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?

You must be logged in to vote

Replies: 1 comment

Comment options

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.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /