You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Ok, so let's try those pins.

    SPI1.setup({ mosi: D22, miso: D20, sck: D19 });
    eth = require("WIZnet").connect(SPI1, D18);
    
About

Avatar for MaBe @MaBe started