I was playing with an ESP8266 the ESP-07 version like the one below:
Now I want to make a PCB but I can find the I2C pins!
Here https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/hardware-overview it says that the SDA is the GPIO2 and the SCL is the GPIO14.
Here https://github.com/esp8266/Arduino/blob/master/doc/reference.md it says that the SDA is the GPIO4 and SCL is the GPIO5.
And I manage to use the I2C with SDA on the GPIO5 and SCL on the GPIO4!
What is going on here? Where actually the I2C pins are located?