We are using raspberry pi
in one of our projects; in the same we want to use the i2c to interface touch screen. As i2c in pi shall not support clock stretching planning to use the i2c bit banging. I am following the procedure as given in the link;
I2C-GPIO
I am unable activate the i2c
on gpio
. I get the following error
i2c-gpio: probe of i2c-gpio.0 failed with error -22
Regards Suman
i2c_gpio_platform_data
struct? Have you installed i2c-tools, and verified the bus is working? – emcconville