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 cd12eac commit 9079e85Copy full SHA for 9079e85
examples/btnNav/btnNav/btnNav.ino
@@ -1,23 +1,7 @@
1
/* Arduino menu library example
2
Oct. 2016 Rui Azevedo ([email protected]) www.r-site.net
3
4
-Use the menu library with user code ctrl command
5
-
6
-calling doNav with user command mode:
7
8
-noCmd - clamp field values or do nothing
9
-escCmd - exit
10
-enterCmd - enter current option or validate field and exit
11
-upCmd - move up or increment field value
12
-downCmd - move down or decrement field value
13
-leftCmd - move left or escape (not tested yet)
14
-rightCmd - move right or enter (not tested yet)
15
-idxCmd - enter option by index
16
17
-this mode allows you to implement ANY input device
18
19
-on this example only using
20
+Digital keypad (3 buttons) using the menu keyIn driver
21
*/
22
23
#include <Arduino.h>
0 commit comments