Maybe check jspininfo.c - it contains which pins can do hardware SPI. It's possible that the file is not set up correctly (which would be to do with get_pins() in BOARD.py)
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.
Maybe check
jspininfo.c
- it contains which pins can do hardware SPI. It's possible that the file is not set up correctly (which would be to do withget_pins()
inBOARD.py
)