Is It possible to use the gpios 6/7/8/11 for spi? How about reset pin?
These are used by the internal flash chip - you will have issues if you use these pins!
those for soft spi are ok?
var sx = new SPI(); sx.setup({ sck:D0, miso:D4, mosi:D5 }); sx = require('SX127x').connect({spi: sx, cs: D2});
regards,
@mvcorrea 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.
These are used by the internal flash chip - you will have issues if you use these pins!