Use of communication pins

Hi.

I’m starting with artemis atp and i’m trying to understand how to implement the communications by spi, i2c, and uart.

I’m using the bme680 from adafruit and their arduino library over spi but no success so far.

Is there a special pin definition to start? What pin is capable of what?

Thank you so much for your help

Sorry, there was a bug in the SPI library. It will be fixed in the very near future. If you can’t wait then find the “SPI.transfer” function and make sure it has a return value – somehow the compiler did not give a warning about this mistake.