00001 #include "Encoder.h" 00002 00003 // Yes, all the code is in the header file, to provide the user 00004 // configure options with #define (before they include it), and 00005 // to facilitate some crafty optimizations! 00006 00007 Encoder_internal_state_t * Encoder::interruptArgs[]; 00008 00009