For some reason, I need to implement i2c fucntion by gpio simulation(not use TM4C embedded i2c function),
currently, I used 3 gpios to implement i2c function,
1 for SDA in(config as input)
1 for SDA out(config as output OD)
1 for SCL (config as output)
I think it should have better solution to implement i2c function by 2 gpio.
anybody can give me some advice?
Thanks
Leo Liao