Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chinswain/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stickbreaker/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 20, 2018

  1. Brain Fade,

    Did a direct file edit, and of course I failed.
    stickbreaker authored May 20, 2018
    Configuration menu
    Copy the full SHA
    88a51e1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. brainless blunder

    xEventGroupclearBits() does not return an error code, just the prior values of the flags.
    stickbreaker authored May 24, 2018
    Configuration menu
    Copy the full SHA
    0db1b53 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Remove confusing Debug message

    If Core Debug Level is at DEBUG, a confusing debug message will be emitted if the I2C transaction takes longer complete than the calculated minimum time. This original debug message was just to prove that this new i2c code could correctly handle SCL stretching or interrupt latency issues. This delay is not a problem, or an error. Usually it is caused by a higher priory interrupt starving the i2c ISR. Usually WiFi is the culprit. As long of this delay is within the configured timeout (by default 50ms, or can be set with Wire.setTimeOut(milliseconds);) no problem will occur and the transaction will successfully complete.
    Chuck.
    stickbreaker authored Jul 2, 2018
    Configuration menu
    Copy the full SHA
    2a2e699 View commit details
    Browse the repository at this point in the history
Loading