You are reading a single comment by @lchindekohk and its replies. Click here to read the full conversation.
  • Yes - I'll try and sort that out today.

    However you can use ANY pins for SPI and I2C.

    You only have 1 I2C and 1 SPI device you can use, but you can have as many software devices as you want, which you can do with:

    var i2c = new I2C();
    i2c.setup({...})
    // and then use i2c as normal
    
About

Avatar for lchindekohk @lchindekohk started