Skip to content

j-bellavance/SimpleMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMenu

A very simple menuing system

Same as my MenuV2, but without the usage of the String class.

Describe a menu like this:

char menuItems[] =

"-READ:000"

"--SENSORS:000"

"---SENSOR A1:101"

"---SENSOR A2:102"

"--SWITCHES:000"

"---SWITCH PIN 4:103"

"---SWITCH PIN 5:104"

"-SET:000"

"--SERVO ARM:105"

"--SERVO BASE:106"

"-MOVE SERVOS:107";

That's it, you're done!

October 31, 2017: repaired a bug that froze the menu if the up button was pressed when the first item of the menu (or submenu) was the current item.

About

A very simple menuing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages