I saw on another post somewhere .... was getting alot of Timeout on SPI Rx errors....
Someone suggested changing the SPI1.setup to read....
SPI1.setup({sck:A5,miso:A6,mosi:A7,baud:100000})
This actually worked for me on a different LED project that was reading a touch screen.
hope this works for you
@Ejs3 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.
I saw on another post somewhere .... was getting alot of Timeout on SPI Rx errors....
Someone suggested changing the SPI1.setup to read....
SPI1.setup({sck:A5,miso:A6,mosi:A7,baud:100000})
This actually worked for me on a different LED project that was reading a touch screen.
hope this works for you