-->
Page 1 of 1

fixed Wire library

PostPosted: Tue Nov 07, 2017 8:28 am
by enjoyneering
Hi All,

Everybody who works with esp8266 in Arduino IDE knows that Wire library has glitches: prove, prove and etc. So I decided to spend some time and rewrite the native library code. It works OK now. I've tested the library at 100KHz I2C speed/80MHz ESP.

The code on github.
I2C bus specification here.

Re: fixed Wire library

PostPosted: Wed Nov 08, 2017 12:44 am
by McChubby007
Very good, is that going to be integrated into the esp8266 core?

Re: fixed Wire library

PostPosted: Wed Nov 08, 2017 6:38 am
by enjoyneering
I would love to see it in esp8266 core. This is why I've posted here. :)