Hello,
I'm trying to get the PCA10056 to communicate with the MPU6050 Motion Processor (I think that's what it's called), but still in the very starting point.
1 - I've found the example on Github, but it's for SDK 14 only. Is there an updated version to use with SDK 16?
2 - Is there a way to activate and use MPU6050 Digital Motion Processor with the INT pin? Even the Github example doesn't use this.
Thank you very much and best regards.
Edit: I was able to find SCL and SDA pin on the PCA10056 using the datasheet, and found the MPU6050. However, if there's only 1 SCL and 1 SDA pin on the PCA10056, then how do I add another TWI device, or use more than 1 TWI devices?