Librarie pour ecran 128x32 de MyLab
menu.h
- Committer:
- lucas_favre
- Date:
- 2016-03-29
- Revision:
- 13:337e207baca2
- Parent:
- 11:c00a727f140f
File content as of revision 13:337e207baca2:
/* * menu.h * * Created on: 3 mars 2016 * Author: lucas */ #ifndef C12832_MENU_H_ #define C12832_MENU_H_ extern int select_app; void printMenu(int menuItem); int setMenu(); void displayMessage(char* message); #endif /* C12832_MENU_H_ */