Skip to content

Commit 11fabe0

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents bcce65a + c137b84 commit 11fabe0

File tree

11 files changed

+1698
-0
lines changed

11 files changed

+1698
-0
lines changed

libraries/Encoder/Encoder.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
#include "Encoder.h"
3+
4+
// Yes, all the code is in the header file, to provide the user
5+
// configure options with #define (before they include it), and
6+
// to facilitate some crafty optimizations!
7+
8+
Encoder_internal_state_t * Encoder::interruptArgs[];
9+
10+

0 commit comments

Comments
 (0)