abcminiuser / micromenu-v2

Tiny text-orientated menu library in C for embedded use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

	           MICRO-MENU V2

	     (C) Dean Camera, 2012
	    www.fourwalledcubicle.com
	
	    Royalty-free for all uses.

This is the second iteration of my original "MicroMenu" project, a tiny, royalty free library for the easy creation of menus within an embedded system. Menus can be stored completely in flash memory if desired, saving precious SRAM.

The new version of MicroMenu has increased type safety, a better example and an easier to configure interface. It supports menu navigation through both relative (Parent, Child, Next and Previous) menu item links, as well as to absolute menu item nodes.

About

Tiny text-orientated menu library in C for embedded use.


Languages

Language:Makefile 82.5%Language:C 17.5%