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
Not issue at all. Just looking for help to assign several interrupt PINS of the same port.
Simple add to preinclude.h #define HAL_KEY_P0_INPUT_PINS (HAL_KEY_BIT5 | HAL_KEY_BIT6)
Causes an interrupt on the port, but it looks like after that going to permanent loop on rise and never goes to sleep. Unfortunately, can't figure out by myself which part of the code needs to also be updated.
The text was updated successfully, but these errors were encountered:
Not issue at all. Just looking for help to assign several interrupt PINS of the same port.
Simple add to
preinclude.h
#define HAL_KEY_P0_INPUT_PINS (HAL_KEY_BIT5 | HAL_KEY_BIT6)
Causes an interrupt on the port, but it looks like after that going to permanent loop on rise and never goes to sleep. Unfortunately, can't figure out by myself which part of the code needs to also be updated.
The text was updated successfully, but these errors were encountered: