Skip to content

Commit 8d03ca1

Browse files
committed
Add to Library Manager
- Fixes #11 - Fixes #7
1 parent 5847292 commit 8d03ca1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Changelog
2525

2626
* Add LCD Nav Keypad example from (thanks to @SauleVire)
2727
* Remove AUTHORS file: too much hassle to maintain
28+
* Add library.properties
2829

2930
**1.0.1 - 20/13/2013**
3031

keywords.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Menu KEYWORD1
2+
MenuItem KEYWORD1
3+
MenuSystem KEYWORD1
4+
MenuComponent KEYWORD1

library.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=arduino-menusystem
2+
version=2.0.0
3+
author=Jon Black <[email protected]>
4+
maintainer=Jon Black <[email protected]>
5+
sentence=A library for implementing a menu system
6+
paragraph=Supports nesting and tracks the current selected item.
7+
category=Display
8+
url=https://github.com/jonblack/arduino-menusystem
9+
architectures=avr

0 commit comments

Comments
 (0)