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

Update wiring.c #58

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

Update wiring.c #58

wants to merge 2 commits into from

Commits on Sep 27, 2019

  1. Update wiring.c

    Cyclically call yield() in delay - compatibility fix for Arduino Scheduler (and similar libs)
    Correct understanding of overflow with uint32_t makes for much simpler code.
    dok-net authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b3f6698 View commit details
    Browse the repository at this point in the history
  2. Update wiring.c

    Improved delay() that allows over 49 days delay instead of less than 1.2 hours.
    dok-net authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    acf06ad View commit details
    Browse the repository at this point in the history