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

Implement RTC_Micros with tunable drift #112

Merged
merged 4 commits into from Jul 1, 2019
Merged

Implement RTC_Micros with tunable drift #112

merged 4 commits into from Jul 1, 2019

Commits on Nov 20, 2018

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

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    ccdae0a View commit details
    Browse the repository at this point in the history
  2. Implement tunable RTC_Micros

    This is identical to RTC_Millis, except for:
    
     * The method now() has to be called more often than once every 71.6
       minutes.
     * The clock can be syntonized (i.e. its drift tuned) with a 1 ppm
       resolution using adjustDrift(): a positive adjustment makes the clock
       faster.
    
    Note that syntonization does not introduce time discontinuities.
    edgar-bonet committed May 6, 2019
    Configuration menu
    Copy the full SHA
    aa112e8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

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