Skip to content

Commit 910c35e

Browse files
committed
Merge branch 'master' of github.com:neu-rah/ArduinoMenu
2 parents 4935105 + b18defb commit 910c35e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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

2317
See 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
312312
Generic keyboard (no PCINT) - configurable for digital or analog keyboards (builtin)
313313
314+
Analog Joystick
315+
314316
ClickEncoder https://github.com/0xPIT/encoder
315317
316318
Matrix keypad

0 commit comments

Comments
 (0)