Hi, i'm sorry for the noob question (and for my little english too).
However, is there a way to access i2c without using i2c-tools?
I have a tmp101 sensor and I'm perfectly able to read and write on it using i2c-tools (my os on raspberry is rasbpian).
I try to explain better. I can access gpio "playing" with the folders /sys/class/gpio/, exporting pin and writing on direction and value files (for example to turn on led). Is it possible to do a similar thing with i2c? Where can I find documentation about how raspbian works with i2c?
Thanks.