KK9JEF_DDS_VFO/Encoder/Encoder.cpp
JeffersGlass 810a91b366 Added support libraries
Uploaded Si5351 library and encoder library
2015-09-21 15:45:16 -05:00

11 lines
251 B
C++

#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[];