Using GPIO inputs as interrupts #294
Unanswered
thedim-witted
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Unfortunately the FTDI device does not have a USB interrupt channel, so the host has to poll the FTDI device to get an updated status. Note that even an interrupt channel this would also be the case, but that would have been handled by the host's USB stack, not the application. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to know if we have a function through which we can attach a GPIO input as an interrupt to my system, without having the need to continuously monitor the state?
Beta Was this translation helpful? Give feedback.
All reactions