Home

Awesome

esp8266 I²C driver

This driver has been superseded by this I²C driver.

I've reduced the public API of zarya's I²C driver to just i2c_readRegister(), i2c_writeRegister() and i2c_init().

The driver uses two arbitrary pins, just give i2c_init() the pin numbers and it will connect the dots.

You will also need to include the easygpio library to your project in the same way.