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

I2C sw driver with support of multiple buses, Slow, Fast, FastPlus, and user-defined speed selection #2465

Merged
merged 7 commits into from
Apr 5, 2019

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    36faa15 View commit details
    Browse the repository at this point in the history
  2. - Multiple buses (up to 10) with different speeds on each bus

    - Standard(Slow, 100kHz), Fast(400kHz) and FastPlus(1MHz) modes or an 
    arbitrary clock speed
    - Sharing SDA line over multiple I²C buses to save available pins
    - GPIO16 pin can be used as SCL pin, but it does not support clock 
    stretching and selected bus will be limited to FAST speed.
    sonaux committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ef8ad88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb42301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d83f65 View commit details
    Browse the repository at this point in the history
  5. Change of driver interface

    sonaux committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    770d13d View commit details
    Browse the repository at this point in the history
  6. Add bus status check in setup(); simplify getDC(); remove unnesessary…

    … lines in ACK read/write
    sonaux committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2371f3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0ad886 View commit details
    Browse the repository at this point in the history