Skip to content

Commit b399f2d

Browse files
committed
Bump to version 2.0.2
1 parent 411060a commit b399f2d

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
menusystem
2-
==========
1+
# menusystem
32

43
An arduino library for implementing a menu system.
54

6-
Documentation
7-
-------------
5+
## Documentation
86

97
Other than the examples included in the library, the following pages might be
108
useful to you:
119

1210
* [Arduino forum post](http://arduino.cc/forum/index.php/topic,105866.0.html)
1311
* [Humble Coder](http://www.humblecoder.com/)
12+
* [Arduino Menu System Library](http://blog.humblecoder.com/arduino-menu-system-library/)
13+
* [Animated LED matrix menu transitions on the Arduino](http://blog.humblecoder.com/animated-led-matrix-menu-transitions-on-the-arduino/)
1414

15-
Contribution
16-
------------
15+
## Contribution
1716

1817
If you'd like to contribute to `arduino-menusystem`, please submit a
1918
pull-request.
2019

21-
Changelog
22-
---------
20+
## Changelog
21+
22+
**2.0.2 - 23/01/2016**
23+
24+
* Fix deprecated conversion from string constant to char*
25+
* Add Sure Electronics animated LED matrix example
2326

2427
**2.0.1 - 16/08/2015**
2528

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=arduino-menusystem
2-
version=2.0.1
2+
version=2.0.2
33
author=Jon Black <[email protected]>
44
maintainer=Jon Black <[email protected]>
55
sentence=A library for implementing a menu system

0 commit comments

Comments
 (0)