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

A clock phase correction in write_start(void) (I2C) #8383

Merged
merged 4 commits into from
Nov 28, 2021

Commits on Nov 22, 2021

  1. A clock phase correction in write_start(void)

    Some devices require the data wire SDA to be held down at the moment while the clock wire is pulled down too to execute the start condition (e.g. devices using "TinyWires.h" library). This change follows a behaviour of Arduino Wire.h library, where the SCL signal is pulled down in half of period of start condition.
    xpalaa00 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7281ace View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    1ea6a57 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    189b931 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Comments added

    xpalaa00 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    a813c52 View commit details
    Browse the repository at this point in the history