Librarie pour ecran 128x32 de MyLab

Dependents:   MyLab_Lib

menu.h

Committer:
lucas_favre
Date:
2016-03-29
Revision:
11:c00a727f140f

File content as of revision 11:c00a727f140f:

/*
 * 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_ */