I am trying to use GPIO with the robot control library. But I cant find the value to pass to chip and pin
ex :
int
rc_gpio_init (int chip, int pin, int handle_flags)
I've used Derek Molloy's excellent GPIO tables for reference. Regarding your question column "Mode 7" would seem to indicate chip and pin numbers, e.g. gpio1[6] would be chip 1, pin 6.