-
I'm trying to port some code from pico-sdk to modm. The main functionality I'm missing now is interrupts. I found a few discussions here about the generic interrupt support and a few attempts to do so. Please let me know what your thoughts on this is. Or maybe you already have some prototypes / plans for supporting interrupts? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
We don't really have a platform-independent interface for GPIO interrupts yet, due to the differences in hardware, so adding a PICO specific module seems like the way to go. |
Beta Was this translation helpful? Give feedback.
-
Could you please take a look at this prototype and provide your feedback? |
Beta Was this translation helpful? Give feedback.
-
Is there a way in the build() function of one module.lb get info if some other module is included/enabled in the project's xml file? |
Beta Was this translation helpful? Give feedback.
-
Implemented in #848 |
Beta Was this translation helpful? Give feedback.
Implemented in #848