BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
c89d999
Branches
Tags
master
mips_sys
fw
menu.h
implement menu on LCD
Stefan Schuermans
commited
c89d999
at 2012-04-04 22:26:27
menu.h
Blame
History
Raw
#ifndef MENU_H #define MENU_H /// initialize void menu_init(void); /// task procedure - call as often as possible void menu_task(void); #endif // #ifdef MENU_H