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-
71# ArduinoMenu 4
82
93** Generic menu/interactivity system for the arduino framework**
@@ -22,6 +16,12 @@ Optionally the system can be operated in semi-automated mode, issuing navigation
2216
2317See the [ wiki] ( https://github.com/neu-rah/ArduinoMenu/wiki )
2418
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+
2525## Simple Example
2626``` c++
2727#include < menu.h>
@@ -311,6 +311,8 @@ Buttons - simple digital keyboard (builtin)
311311
312312Generic keyboard (no PCINT) - configurable for digital or analog keyboards (builtin)
313313
314+ Analog Joystick
315+
314316ClickEncoder https://github.com/0xPIT/encoder
315317
316318Matrix keypad
You can’t perform that action at this time.
0 commit comments