/************************** Copyright (c) **********************************
|
** FUZHOU FUGUANG ELECTRONICS Co.,LTD.
|
** ¸£Öݸ£¹âµç×ÓÓÐÏÞ¹«Ë¾
|
** http://www.fuguang.com
|
**
|
**-------------- File Info -------------------------------------------------
|
** File name: SelectForm.h
|
** Last modified Date: 2008-11-16
|
** Last Version: 1.0
|
** Descriptions: SelectForm functions
|
**
|
**--------------------------------------------------------------------------
|
** Created by: mxpopstar
|
** Created date: 2008-11-16
|
** Version: 1.0
|
** Descriptions: The original version
|
**
|
**--------------------------------------------------------------------------
|
** Modified by: mxpopstar
|
** Modified date: 2008-11-20
|
** Version:
|
** Descriptions: SelectForm functions
|
**
|
***************************************************************************/
|
//
|
#ifndef SELFORM_H
|
#define SELFORM_H
|
|
unsigned char DSPSelectForm(void);
|
void GetSelectFormButtonDown(void);
|
|
#endif
|
//
|