Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge I2C time stretch utility from ESP8266 Community Core #84

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 11, 2017

  1. Update Wire.h to match esp8266 community latest

    Adds prototypes for setClockStretchLimit() and status() to TwoWire class.  Wraps final TwoWire wire declaration in preexistance conditional
    rkinnett committed May 11, 2017
    Configuration menu
    Copy the full SHA
    c6477e2 View commit details
    Browse the repository at this point in the history
  2. Merge Wire.cpp from esp8266 community core

    Added definitions for TwoWire::status() and TwoWire::setClockStretchLimit(), wrap TwoWire declaration in preexistance check
    rkinnett committed May 11, 2017
    Configuration menu
    Copy the full SHA
    af4e9b7 View commit details
    Browse the repository at this point in the history
  3. Merge core_esp8266_si2c.c from esp8266 community core

    Defines twi_setClockStretch() and updates time stretch calculations as multiplier;  defines twi_status().
    rkinnett committed May 11, 2017
    Configuration menu
    Copy the full SHA
    9e178b5 View commit details
    Browse the repository at this point in the history
  4. Merge twi.h from esp8266 community core

    Adds prototypes for twi_setClockStretchLimit() and twi_status(), adds I2C macros
    rkinnett committed May 11, 2017
    Configuration menu
    Copy the full SHA
    09e4d23 View commit details
    Browse the repository at this point in the history