Skip to content

Commit ebc903d

Browse files
committed
fix: fix a compilation error
1 parent 19ffa16 commit ebc903d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/encoderTest/encoderTest.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include "GroveEncoder.h"
22

3+
#ifdef USE_TINYUSB
4+
#include <Adafruit_TinyUSB.h>
5+
#endif
6+
37
int value = 0;
48
int bt_flag = 0;
59
void myCallback(int newValue, bool flag) {

0 commit comments

Comments
 (0)