I would like to use the SPI peripheral on pins D2-D5; according to the the pinout diagram for electron, these pins correspond to “SPI3”: https://docs.particle.io/assets/images/electron/illustrations/electron_pinout.pdf
But according to the reference document, D2-D5 are controlled by the “SPI1” class.
https://docs.particle.io/reference/firmware/electron/#spi
Anything to worry about? Is one of the documents out of date?