Search found 1 match
- Thu Jan 18, 2018 4:36 am
- Forum: General Discussion
- Topic: How do we use the GPIO to simulate i2c communication?
- Replies: 1
- Views: 3061
How do we use the GPIO to simulate i2c communication?
Hello @Espressif We have a touch pad that communicate with esp32 with i2c, but the touch pad i2c timing sequence needs a 40us delay before and after evey ACK/NACK, and needs 1ms delay after every bytes reading and writing. So we cannot use the esp32 i2c APIs in this case, as we can't control the del...