Yes, it probably did - but when put into the firmware I guess it wouldn't have come up with any errors! :)
@net-tobi when you use new SPI, that's software SPI - so it'll work on absolutely any pins at all. Where you can you should probably use hardware SPI though, as it'll be a lot faster and you can control the baud rate.
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.
Yes, it probably did - but when put into the firmware I guess it wouldn't have come up with any errors! :)
@net-tobi when you use
new SPI
, that's software SPI - so it'll work on absolutely any pins at all. Where you can you should probably use hardware SPI though, as it'll be a lot faster and you can control the baud rate.