Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr1
Function
isr1
Encoder.h:766–766 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
764
#endif
765
#ifdef CORE_INT1_PIN
766
static ENCODER_ISR_ATTR void isr1(void) { update(interruptArgs[1]); }
767
#endif
768
#ifdef CORE_INT2_PIN
769
static ENCODER_ISR_ATTR void isr2(void) { update(interruptArgs[2]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected