Arduino News here

Moderator: igrr

User avatar
By igrr
#12803
alonewolfx2 wrote:
igrr wrote:i can compile and upload on windows7 x64.
and can you help me with i2c? what is default sda and scl pin on arduino esp?

GPIO0 is SDA and GPIO2 is SCL. But you shouldn't rely on defaults, better call Wire.pins as described in the readme on Github.
User avatar
By sej7278
#12805 just what i've been waiting for!

so this is a complete copy of the arduino ide, espressif sdk and xtensa toolchain?

is there a way to separate things so that we can just use the esp01 core and libraries and chose our own sdk/toolchain without the ide? i guess i'm asking for what you've bolted on top of the ide, and can it be separated?