Librarie pour ecran 128x32 de MyLab
menu.h@13:337e207baca2, 2016-03-29 (annotated)
- Committer:
- lucas_favre
- Date:
- Tue Mar 29 20:29:20 2016 +0000
- Revision:
- 13:337e207baca2
- Parent:
- 11:c00a727f140f
Modification des pins pour utilisations directes;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lucas_favre | 11:c00a727f140f | 1 | /* |
lucas_favre | 11:c00a727f140f | 2 | * menu.h |
lucas_favre | 11:c00a727f140f | 3 | * |
lucas_favre | 11:c00a727f140f | 4 | * Created on: 3 mars 2016 |
lucas_favre | 11:c00a727f140f | 5 | * Author: lucas |
lucas_favre | 11:c00a727f140f | 6 | */ |
lucas_favre | 11:c00a727f140f | 7 | |
lucas_favre | 11:c00a727f140f | 8 | #ifndef C12832_MENU_H_ |
lucas_favre | 11:c00a727f140f | 9 | #define C12832_MENU_H_ |
lucas_favre | 11:c00a727f140f | 10 | |
lucas_favre | 11:c00a727f140f | 11 | extern int select_app; |
lucas_favre | 11:c00a727f140f | 12 | |
lucas_favre | 11:c00a727f140f | 13 | |
lucas_favre | 11:c00a727f140f | 14 | void printMenu(int menuItem); |
lucas_favre | 11:c00a727f140f | 15 | int setMenu(); |
lucas_favre | 11:c00a727f140f | 16 | void displayMessage(char* message); |
lucas_favre | 11:c00a727f140f | 17 | |
lucas_favre | 11:c00a727f140f | 18 | |
lucas_favre | 11:c00a727f140f | 19 | #endif /* C12832_MENU_H_ */ |
lucas_favre | 11:c00a727f140f | 20 |