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 fdfc185 commit a47d8ceCopy full SHA for a47d8ce
examples/tickMode/tickMode.ino
@@ -11,7 +11,7 @@
11
#include <EncButton.h>
12
//EncButton<EB_TICK, 2, 3, 4> enc; // энкодер с кнопкой <A, B, KEY>
13
//EncButton<EB_TICK, 2, 3> enc; // просто энкодер <A, B>
14
-EncButton<EB_TICK, 3> enc; // просто кнопка <KEY>
+EncButton<EB_TICK, 4> enc; // просто кнопка <KEY>
15
// для изменения направления энкодера поменяй A и B при инициализации
16
17
// по умолчанию пины настроены в INPUT_PULLUP
0 commit comments