MCPcopy Create free account
hub / github.com/PaulStoffregen/Encoder / ISR

Function ISR

Encoder.h:948–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946#if defined(__AVR__)
947#if defined(INT0_vect) && CORE_NUM_INTERRUPT > 0
948ISR(INT0_vect) { Encoder::update(Encoder::interruptArgs[SCRAMBLE_INT_ORDER(0)]); }
949#endif
950#if defined(INT1_vect) && CORE_NUM_INTERRUPT > 1
951ISR(INT1_vect) { Encoder::update(Encoder::interruptArgs[SCRAMBLE_INT_ORDER(1)]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected