Interrupts
- This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Are there any limitations as to which GPIO pins can be used as interrupt inputs? I cannot find anything in the docs.
Thanks.
Mike
Michael,
All GPIO pins on the mDot should be interrupt capable.
Cheers,
Mike
Hi Mike,
I would like to know, does there is a max numbers of interruptions that can be declared.
Thanks,
Quentin
Quentin,
You should be able to create an InterruptIn object for every available GPIO pin if you wish.
Does that answer your question?
Cheers,
Mike
Thanks for answering quickly, yes !
Thank you !