You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Ya -

    
    SPI2.setup({ mosi:B15, miso:B14, sck:B13 });
    var eth = require("WIZnet").connect(SPI2, B10); //or whatever pin you're using for CS.
    
    
About

Avatar for DrAzzy @DrAzzy started