Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neu-rah/ArduinoMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
neu-rah committed Jul 27, 2020
2 parents 4935105 + b18defb commit 910c35e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# COVID-19 note

**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**

This menu system has the advantage of being long tested and supporting many interface devices so that makers don't be restricted in hardware.

# ArduinoMenu 4

**Generic menu/interactivity system for the arduino framework**
Expand All @@ -22,6 +16,12 @@ Optionally the system can be operated in semi-automated mode, issuing navigation

See the [wiki](https://github.com/neu-rah/ArduinoMenu/wiki)

### COVID-19 note

**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**

This menu system has the advantage of being long tested and supporting many interface devices so that makers don't be restricted in hardware.

## Simple Example
```c++
#include <menu.h>
Expand Down Expand Up @@ -311,6 +311,8 @@ Buttons - simple digital keyboard (builtin)
Generic keyboard (no PCINT) - configurable for digital or analog keyboards (builtin)
Analog Joystick
ClickEncoder https://github.com/0xPIT/encoder
Matrix keypad
Expand Down

0 comments on commit 910c35e

Please sign in to comment.