Well, you have 2 options:
For software, the code looks like I pasted above. For hardware, it looks like this:
SPI3.setup({mosi: B5, sck: B3 }); SPI3.write(my_data, MY_ST_CP_PIN);
@Gordon 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.
Well, you have 2 options:
For software, the code looks like I pasted above. For hardware, it looks like this: