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