-
Notifications
You must be signed in to change notification settings - Fork 3k
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
GR PEACH strange behavior when using InterruptIn #3694
Labels
Comments
Closed
I will check this issue, so please wait a moment. |
Sorry for this late reply. |
TomoYamanaka
added a commit
to TomoYamanaka/mbed-os
that referenced
this issue
Feb 20, 2017
I modified the bug in PR ARMmbed#3289. But It seems not enough the changes. For the reason, It occured the following issue. ARMmbed#3694 So I reviewed and re-modified about the setting of initial value of interrupt edge in "gpio_irq_init".
PR about this issue is here. |
GitHib issue review: Closed due to inactivity. Please re-file if critical issues found. |
ghost
closed this as completed
Oct 27, 2017
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will prevent the LED from blinking. This pin is listed as an acceptable GPIO IRQ pin here. It does not print the warning "pinmap not found for peripheral" that would indicate that the pin is not supported for this operation.
Should it be removed from this list?
Inspired by this question: https://developer.mbed.org/questions/76869/GR_Peach-libraries-broken/#answer12005
The text was updated successfully, but these errors were encountered: