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
I found that calling mentioned function (either with direct PCINT number or with digitalPinToPCINT() macro) doesn't disable PCINT on that pin (PE1) on atmega328pb. I've tested two more inputs (PCINT0 and PCINT21) and both works good. I think it might be related to PORTE as it is specific only on PB variant.
The text was updated successfully, but these errors were encountered:
I found that calling mentioned function (either with direct
PCINT
number or withdigitalPinToPCINT()
macro) doesn't disable PCINT on that pin (PE1
) on atmega328pb. I've tested two more inputs (PCINT0
andPCINT21
) and both works good. I think it might be related toPORTE
as it is specific only on PB variant.The text was updated successfully, but these errors were encountered: