'Espruino can only be an SPI master'
'If it were an SPI slave then yes'
Seems contradictory. Is it? I am trying both M>S and S>M
Should I not be able to apply the suggestion to tri-state the MISO pin, then I may have to fall back to using the USART. Just trying different methods to serially talk to different devices, using means other than Tx<>Rx
Just realized that Espruino devices are not meant to be slaves as they don't function in the same capacity as might an EEPROM or GPS unit. Still will try though.
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.
Thr 2019.07.11
Thank you for the quick reply @Gordon.
Seems contradictory. Is it? I am trying both M>S and S>M
Should I not be able to apply the suggestion to tri-state the MISO pin, then I may have to fall back to using the USART. Just trying different methods to serially talk to different devices, using means other than Tx<>Rx
Just realized that Espruino devices are not meant to be slaves as they don't function in the same capacity as might an EEPROM or GPS unit. Still will try though.