Hello.
I need to communicate with two I2c devices that have the same slave address, so I need two separate I2C busses.
With Sensor Controller Studio, I have successfully created a task with an I2C master and can communicate with a single I2C slave.
My problem is that when I create a second task with an I2C master, Sensor Controller Studio won't let me compile because of the error "Constant Already Defined: '.define AUXIO_I2C_SCL 0'" among others.
Does Sensor Controller Studio limit you to a single I2C channel, or am I missing a step in the configuration?
Thank you
Scott Wild