I am using the Raspberry PI for one of my projects.
In this project I need two different I2C interfaces to run simultaneously. I know how to set the GPIO-0 and GPIO-1 to work as I2C (There is tutorials everywhere, ex: one of the tutorials how to enable I2C in raspberry).
Also in this link RPi Low-level peripherialsit says that any GPIO can work as I2C.
How do I configure other GPIO's to work as I2C also so I can have to different interfaces in parallel. (I know I need to add pull-up resistors, but I don't know how to configure this in Linux shell or in C). Can someone explain me in easy steps how this is done?
Thanks, Adrian.