I2C with Arduino MKRZero

Hi there -

Can anyone advise if the MRKZero does I2C using hardware or is it bit bashed?

Can anyone advise if the MRKZero does I2C using hardware or is it bit bashed?

It does it in hardware. The SAMD21 processor has SERCOM transceivers it uses for SPI, I2C and UART communication.

Thanks for the info.