File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- # COVID-19 note
2
-
3
- ** If you need this menu for any device covid-19 related, be my guest, I grant you free usage even if you going to sell the device**
4
-
5
- This menu system has the advantage of being long tested and supporting many interface devices so that makers don't be restricted in hardware.
6
-
7
1
# ArduinoMenu 4
8
2
9
3
** Generic menu/interactivity system for the arduino framework**
@@ -22,6 +16,12 @@ Optionally the system can be operated in semi-automated mode, issuing navigation
22
16
23
17
See the [ wiki] ( https://github.com/neu-rah/ArduinoMenu/wiki )
24
18
19
+ ### COVID-19 note
20
+
21
+ ** If you need this menu for any device covid-19 related, be my guest, I grant you free usage even if you going to sell the device**
22
+
23
+ This menu system has the advantage of being long tested and supporting many interface devices so that makers don't be restricted in hardware.
24
+
25
25
## Simple Example
26
26
``` c++
27
27
#include < menu.h>
@@ -311,6 +311,8 @@ Buttons - simple digital keyboard (builtin)
311
311
312
312
Generic keyboard (no PCINT) - configurable for digital or analog keyboards (builtin)
313
313
314
+ Analog Joystick
315
+
314
316
ClickEncoder https://github.com/0xPIT/encoder
315
317
316
318
Matrix keypad
You can’t perform that action at this time.
0 commit comments