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

Confusion of control 2 register contents #757

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 4, 2019

  1. Confusion of control 2 register contents

    The contents of the CONTROL 2 register (ABB5ZES3_REG_CTRL2, 0x01) contains status flags for various interrupts and enable/disable bits for timers. The bits being modified in this call, which are all the same bit in this case (bit 7), is a read-only bit so the call has no effect. The correct method to perform what has been documented is to update the associated register for each alarm individually, setting that one bit.
    joshld authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    c2ccca7 View commit details
    Browse the repository at this point in the history