Using MKR libraries with GIGA R1

I would like to connect multiple Ardunio MKR IMU modules to the GIGA R1
Using I2C lines
Problem is MKR libraries might not work on GiGa Architecture according to the compiler.
Oh
Any advice
As for I2C - I know - I should be able to host multiple components on each I2C ... but was actually going to split having one on each I2c channel... because I'm lazy... not the issue...
Can we use MKR libraries with GIGA R1?

The MKRIMU library is written in a pretty architecture-independent way so it may work.
I just tried to compile the SimpleAccelerometer example from the MKRIMU library using the GIGA R1 core and it compiles successfully. I think you should just try wiring everything up and share your results here!

1 Like