Which pins on arduino Micro can be slave select?
Do I have to define them differently in my code?
For example I have the designated slave select defined like:
#define SS 17
Would I define my next one, say pin 2 assuming it would work as a SS/, like:
#define SS1 2