Skip to main content
1 of 3
Mikael Patel
  • 8k
  • 2
  • 16
  • 21

If my arduino is the master device in a SPI network, hence not using the slave select SS pin, can I use the same pin as IO10?

On AVR the SS pin has to be OUTPUT in SPI master mode. It can be used for chip select on the SPI bus (slave select) or some other output function.

Cheers!

Mikael Patel
  • 8k
  • 2
  • 16
  • 21