Skip to content

Commit a47d8ce

Browse files
committed
Update tickMode.ino
1 parent fdfc185 commit a47d8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tickMode/tickMode.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <EncButton.h>
1212
//EncButton<EB_TICK, 2, 3, 4> enc; // энкодер с кнопкой <A, B, KEY>
1313
//EncButton<EB_TICK, 2, 3> enc; // просто энкодер <A, B>
14-
EncButton<EB_TICK, 3> enc; // просто кнопка <KEY>
14+
EncButton<EB_TICK, 4> enc; // просто кнопка <KEY>
1515
// для изменения направления энкодера поменяй A и B при инициализации
1616

1717
// по умолчанию пины настроены в INPUT_PULLUP

0 commit comments

Comments
 (0)