We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ffa16 commit ebc903dCopy full SHA for ebc903d
examples/encoderTest/encoderTest.ino
@@ -1,5 +1,9 @@
1
#include "GroveEncoder.h"
2
3
+#ifdef USE_TINYUSB
4
+#include <Adafruit_TinyUSB.h>
5
+#endif
6
+
7
int value = 0;
8
int bt_flag = 0;
9
void myCallback(int newValue, bool flag) {
0 commit comments