
Re: Mindsensors AbsoluteIMU-ACG driver on Robotc v4.52
I made my Mindsensors AbsoluteIMU-ACG successively work with Robotc v4.52.
I wait, and wait but there is no reply. Then I read mindsensors-acceleromeater.h file and mindsensors-acceleromeater-rest1.c file of sample program in the sample directory of v4.52. Then I found assignment of the I2C address in the .h file is ox02 that is unfamiliar. Because EV3 software assigns 34(ox22) to the I2C address and works well. My question is why ox02?
In I2C tutorial Xander writes:
If that's the rule for NXT and not for EV3, what will be happen by changing the I2C address assignment from ox02 to ox22?
I have tried the change, and then the sample program works well. Wonderful!
Xander Please confirm my try. And if you agree with the try, please update drivers release for many your users.
