-
• #2
- 1.
Would be good to have full reference with pins
- 1.
-
• #3
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
Hi @Gordon,
Which pin on the Puck are to be use for I2C and SPI?
Best regards
Laurent