Hello,
I am trying to connect 3 I2C sensors (BNO055) with the same address, to do this I am using the TCA9548A multiplexer breakout board from Adafruit. Following the Adafruit tutorial I am trying to run the first code which tells you which ports of the multiplexer the I2C sensors are on. But when I run the compiler I get an error saying no "utility/twi.h" available in directory. I have seen some other threads which have similar problems but no real solution. Is this a problem with the MKR wire library, am I calling the wrong library? Has anyone successfully used a I2C multiplexer with the MKR1010?