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

Updated for the latest Adafruit_ZeroTimer library (version 2.0). #2

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

Commits on Jan 19, 2019

  1. Updated for the latest Adafruit_ZeroTimer library (version 2.0).

    Now it can be used with the official release, no need to install the outdated version from the avdweb website.
    
    **NOTE** The interrupt handling functions don't need bizarre parameters anymore. Please update the documentation accordingly.
    
    So
    
       void ISR_function(struct tc_module *const module_inst)
    
    becomes simply:
    
       void ISR_function()
    kbarni committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    68eb315 View commit details
    Browse the repository at this point in the history
  2. Bug corrected... Timer handlers need to be initialized, otherwise the…

    … program freezes.
    
    Added 3 functions to the CPP file.
    kbarni committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    a65196d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    798f56b View commit details
    Browse the repository at this point in the history
  2. Updated README file with the tutorial from the AVDWeb site.

    Bug corrected in the init function: it called PWMOut even if the timer didn't have a pin attached.
    kbarni committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    6795381 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kbarni authored Jan 20, 2019
    Configuration menu
    Copy the full SHA
    f35f462 View commit details
    Browse the repository at this point in the history