trigor_mortse/.pio/libdeps/attiny88/Encoder/Encoder.cpp

11 lines
251 B
C++
Raw Permalink Normal View History

2023-09-01 20:41:56 +00:00
#include "Encoder.h"
// Yes, all the code is in the header file, to provide the user
// configure options with #define (before they include it), and
// to facilitate some crafty optimizations!
Encoder_internal_state_t * Encoder::interruptArgs[];