Other Parts Discussed in Thread: ENERGIA
I have a bend sensor that I want to be able to read data from. While I have the I2C address of the device, based off examples I have read online, I will also need a registry address for the data. As far as I know, I don't have that registry address information either from manufacturer or on hand.
Now, I know I can read from the device using the Energia IDE (that method only needed the I2C device address) and have verified this. However, I want to be able to use the CCS as the main IDE as this is more inline with what my lab is doing.
Is there a way to do this with just the I2C device address with CCS? Is there a step that I missed? What is Energia IDE doing different that allows it just to use the I2C device address (if people have some insight)?