WereCatf wrote:shah wrote:Thank you for your reply. But I don't see begin() taking GPIO pins in the function prototype. It only takes optional address of the device.
https://www.arduino.cc/en/Reference/WireBegin
Am I missing something?
The ESP uses its own Wire-library ( https://github.com/esp8266/Arduino/blob ... re-library ), which does accept those arguments.
Ah, great. I will try it out.
Thanks.