Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
106 mikeljo 1
#ifndef menu_h
2
#define menu_h
3
 
4
void main_menu (void);
5
uint8_t menu_choose (uint8_t min, uint8_t max, uint8_t pos);
6
 
7
#endif