Skip to content

Commit

Permalink
Add Encoder library with Uno R4 support from PaulStoffregen/Encoder#96
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinm1 committed Jul 26, 2023
1 parent c828db3 commit 1708865
Show file tree
Hide file tree
Showing 5 changed files with 1,634 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Encoder.cpp
Original file line number Diff line number Diff line change
@@ -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[];


Loading

0 comments on commit 1708865

Please sign in to comment.