Has anyone managed to use this library (with modification) to support using more than one 9250 at a time?
I've made some basic changes to pass the I2C address through in the begin function, however it gets overwritten by subsequent calls from a different object instance.
As mentioned in the datasheet, you need to configure the I2C address through the hardware. Otherwise, you will need to terminate your I2C connection and access your secondary device (see videos below).
Has anyone managed to use this library (with modification) to support using more than one 9250 at a time?
I've made some basic changes to pass the I2C address through in the begin function, however it gets overwritten by subsequent calls from a different object instance.