Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr33
Function
isr33
Encoder.h:862–862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
860
#endif
861
#ifdef CORE_INT33_PIN
862
static ENCODER_ISR_ATTR void isr33(void) { update(interruptArgs[33]); }
863
#endif
864
#ifdef CORE_INT34_PIN
865
static ENCODER_ISR_ATTR void isr34(void) { update(interruptArgs[34]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected