Can SPI hardware on the Arduino Nano be used?
On the Nano page it says:
SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
Yet there is an SPI library.
Please can someone explain this contradiction? I think, either
- The nano page is out of date
- SPI library is unsupported for the Nano SPI hardware but is supported on other boards
- SPI library is implemented for the Nano in software only
Which is it?
Thanks