mirror of
https://github.com/JeffersGlass/DDS_VFO.git
synced 2026-09-16 04:26:19 -05:00
Added support libraries
Uploaded Si5351 library and encoder library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
#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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user