Search found 1 match
- Wed Jul 26, 2023 10:30 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 I2C clock polarity
- Replies: 1
- Views: 494
ESP32-S3 I2C clock polarity
Hi, I am trying to interface my esp32-s3 with an I2C device that samples data on the falling edge of the clock. To my disappointment, There doesn't seem to be a clock polarity option in the I2C configuration. Is there a way to modify the driver so that the polarity of the clock is inverted? Thank you.