As the title says... Chat on...

User avatar
By Rocketman
#8372 Hi, when I use this line do I need to assign the pins for SPI?

Code: Select allspi.setup(1, spi.MASTER, spi.CPOL_LOW, spi.CPHA_LOW, spi.DATABITS_8, 0);


Or is it gonna use these pins on the nodemcu devkit?

CS -> IO15,
MOSI -> IO13,
MISO -> IO12,
CK -> IO14

Trying to get a connection to a Teensy, with no luck so far.
User avatar
By quantalume
#8376 Are you running the Teensy as an SPI slave? What code are you running on the Teensy? Maybe you might try a simple SPI slave device first.