My understanding is that software SPI (ie, created with new SPI() ) can use any pins, not just any set of SPI pins.
It doesn't let you set the baud, like the hardware SPI's do - it goes as fast as it can, and that works for a lot of hardware.
@DrAzzy started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
My understanding is that software SPI (ie, created with new SPI() ) can use any pins, not just any set of SPI pins.
It doesn't let you set the baud, like the hardware SPI's do - it goes as fast as it can, and that works for a lot of hardware.