111

Dependencies:   4DGL-uLCD-SE AD5206 mbed-rtos mbed

Fork of 4180_proj by ECE4180proj

menu.h

Committer:
hanjiex
Date:
2015-12-02
Revision:
11:d21c2da8b290
Parent:
10:159f38636ed4
Child:
13:4cec0e446def

File content as of revision 11:d21c2da8b290:

/*
* menu.h
* the control menu on mbed side
* Author: Hanjie Xie
*/
#ifndef MENU_H
#define MENU_H

#include "para.h"
int begain_first();

int return_menu();

void display_beginning();

void display_main_menu();
   
void choose();

void check();

para para_setting();
void mode_set();
void amp_set();
void freq_set();
//void offset_set();
void para_display();

#endif //MENU_H