Hello,
Right now i'm working on I2C based sensor. I have start working on Gyroscope FXAS21002C.
I got his physical address is 0x21 in datasheet and test on raspberry pi.
It means hardware working. Can you help me in coding part or sample code.
Look at the I2C examples in the IDE for how to talk to the bus. Just replace the address with your devices address and send the data your device is expecting.