-
Notifications
You must be signed in to change notification settings - Fork 16
timer-support #30
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
timer-support #30
Conversation
Note: currently discussing with @tannewt memory impacts of my (besides hardware-specifics) identical pull-request for the PCF8563. |
I have made this a draft because the corresponding PCF8563 PR,adafruit/Adafruit_CircuitPython_PCF8563#6, is still in progress, and the changes being made there. might analogously be made here. |
Yes, that was the plan. But nothing is happening there, I am waiting too. |
OK, adafruit/Adafruit_CircuitPython_PCF8563#6 is merged. Want to incorporate those changes too? |
I somehow lost track (has been a while). I will check if this is in line with the PCF8563 code and report back or update the pull-request. |
I updated the code and also added examples for clock and timer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This will need a major version bump since it breaks the API to become a package.
Updating https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch to 1.4.11 from 1.4.10: > Merge pull request adafruit/Adafruit_CircuitPython_FocalTouch#27 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 2.0.0 from 1.5.16: > Merge pull request adafruit/Adafruit_CircuitPython_PCF8523#30 from bablokb/4upstream Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
This PR adds timer-support for the PCF8523 (timer-A, timer-B, watchdog-timer).