-
-
Notifications
You must be signed in to change notification settings - Fork 895
Utilize digitalPinToInterrupt in examples #441
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
Utilize digitalPinToInterrupt in examples #441
Conversation
The examples used hard-coded values or defines to convert digital pin number to interrupt in calls to attachInterrupt and sleep. This has confused several people, most recently in https://forum.mysensors.org/topic/3880/gw-sleep-on-battery-powered-magnet-door-switch/ Let digitalPinToInterrupt handle this work instead.
Jenkins, build this please? |
Apparently, a recent upgrade on Jenkins have caused the PR verifier to fail. I apologize for the inconvenience and work on a solution. |
No worries @fallberg |
This is Jenkins trying to connect.... |
Jenkins, build this please |
Jenkins, I just downgraded your pull requester plugin. Now, Jenkins, build this please, or I'll kick your ass for real! |
Jenkins, build this please. Pleeease... |
For some reason, the plugin no longer injects the environment variables it is supposed to. Not sure what to make of that as of now. Jenkins, build this please. |
Jenkins, build examples please |
I blame the plugin for this so I created a issue and hope they resolve it: jenkinsci/ghprb-plugin#342 |
Shit's about to get real! Jenkins, build this please. |
Core tests successful. |
Congratulations! I found no problems building this pull request for any of the supported boards or examples. |
Jenkins, build examples please. |
Congratulations! I found no problems building this pull request for any of the supported boards or examples. |
Dear, That stuff I just found on the web is admirable, you have to take a look http://booklet.iparcelplus.com/e4mvxoy Sincerely yours, johan |
Hello, I'm so excited to tell you about yesterday that was full of pleasant surprises, just take a look at that http://ndagustiko.dynamohomes.com/e4bcpdpi Best, johan |
The examples used hard-coded values or defines to convert digital
pin number to interrupt in calls to attachInterrupt and sleep.
This has confused several people, most recently in
https://forum.mysensors.org/topic/3880/gw-sleep-on-battery-powered-magnet-door-switch/
Let digitalPinToInterrupt handle this work instead.
I agree to CLA.