File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- menusystem
2
- ==========
1
+ # menusystem
3
2
4
3
An arduino library for implementing a menu system.
5
4
6
- Documentation
7
- -------------
5
+ ## Documentation
8
6
9
7
Other than the examples included in the library, the following pages might be
10
8
useful to you:
11
9
12
10
* [ Arduino forum post] ( http://arduino.cc/forum/index.php/topic,105866.0.html )
13
11
* [ 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/ )
14
14
15
- Contribution
16
- ------------
15
+ ## Contribution
17
16
18
17
If you'd like to contribute to ` arduino-menusystem ` , please submit a
19
18
pull-request.
20
19
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
23
26
24
27
** 2.0.1 - 16/08/2015**
25
28
Original file line number Diff line number Diff line change 1
1
name =arduino-menusystem
2
- version =2.0.1
2
+ version =2.0.2
3
3
author =Jon Black <
[email protected] >
4
4
maintainer =Jon Black <
[email protected] >
5
5
sentence =A library for implementing a menu system
You can’t perform that action at this time.
0 commit comments