BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
c2b0401
Branches
Tags
master
mips_sys
fw
menu.h
added file headers
Stefan Schuermans
commited
c2b0401
at 2012-04-08 11:54:40
menu.h
Blame
History
Raw
/* MIPS I system * Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> * Copyleft GNU public license V2 or later * http://www.gnu.org/copyleft/gpl.html */ #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