@@ -9,20 +9,22 @@ Documentation
9
9
Other than the examples included in the library, the following pages might be
10
10
useful to you:
11
11
12
- * [ www.jonblack.org ] ( http://www.jonblack.org/ )
13
12
* [ Arduino forum post] ( http://arduino.cc/forum/index.php/topic,105866.0.html )
13
+ * [ Humble Coder] ( http://www.humblecoder.com/ )
14
14
15
15
Contribution
16
16
------------
17
17
18
- If you'd like to contribute to ` arduino-menusystem ` , please create your pull
19
- request from the ` develop ` branch .
18
+ If you'd like to contribute to ` arduino-menusystem ` , please submit a
19
+ pull- request.
20
20
21
21
Changelog
22
22
---------
23
23
24
- The library isn't versioned in a coherent way; there are no version numbers you
25
- can refer to. There are, however, a bunch of dates when I made some changes:
24
+ ** 2.0.0 - 14/08/2015**
25
+
26
+ * Add LCD Nav Keypad example from (thanks to @SauleVire )
27
+ * Remove AUTHORS file: too much hassle to maintain
26
28
27
29
** 1.0.1 - 20/13/2013**
28
30
@@ -33,20 +35,20 @@ can refer to. There are, however, a bunch of dates when I made some changes:
33
35
34
36
** 1.0.0 - 15/12/2013**
35
37
36
- * Selected menu item can be remembered (thanks to KipK)
37
- * Examples for serial and LCDs (thanks to niesteszeck)
38
+ * Selected menu item can be remembered (thanks to @ KipK )
39
+ * Examples for serial and LCDs (thanks to @ niesteszeck )
38
40
* Add AUTHORS file
39
41
40
42
** 0.3.0 - 23/03/2013**
41
43
42
- * Merged in another minor improvement provided by thomasjfox:
43
- * Add the ability to loop through a menu in prev() and next()
44
+ * Merged in another minor improvement provided by @ thomasjfox :
45
+ * Add the ability to loop through a menu in ` prev() ` and ` next() `
44
46
45
47
** 0.2.0 - 18/03/2013**
46
48
47
49
* Merged in minor improvements provided by thomasjfox
48
- * get_menu_component(): Use 'byte' instead of 16bit integer for index
49
- * Add return value to MenuSystem.back()
50
+ * ` get_menu_component() ` : Use 'byte' instead of 16bit integer for index
51
+ * Add return value to ` MenuSystem.back() `
50
52
* Prevent memory corruption by inserting too many items
51
53
* Whitespace cleanup
52
54
0 commit comments