Skip to content

Commit 723b023

Browse files
committed
Added DimmableLightWithRotaryEncoder example.
1 parent fad3c14 commit 723b023

File tree

11 files changed

+1703
-0
lines changed

11 files changed

+1703
-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)