You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rodos supports external interrupts for every GPIO pin. It provides functions like .interruptEnable(), suspendUntilDataReady(), or .setIoEventReceiver(). Our HAL should have similar support because we'll need it for the interrupts of the RF module and maybe also for the EDU.
The text was updated successfully, but these errors were encountered:
Description
Rodos supports external interrupts for every GPIO pin. It provides functions like
.interruptEnable()
,suspendUntilDataReady()
, or.setIoEventReceiver()
. Our HAL should have similar support because we'll need it for the interrupts of the RF module and maybe also for the EDU.The text was updated successfully, but these errors were encountered: