Search found 1 match
- Tue Apr 23, 2024 8:47 am
- Forum: ESP32 Arduino
- Topic: I2C devices interfering
- Replies: 3
- Views: 2333
Re: I2C devices interfering
Hey kitmech, Did you find a solution to this? I'm also having trouble with the GP8302 not sharing I2C. It looks like the DF Robot library manipulates the I2C pins directly, where most other peripherals use the Wire library. As soon as Wire.begin() is called the GP8302 isn't accessible. I assume this...