?? app_ex_util.h
字號:
/******************************************************************************
* *
* ********** *
* ************ *
* *** *** *
* *** ++ *** *
* *** + + *** CHIPCON *
* *** + *
* *** + + *** *
* *** ++ *** *
* *** *** *
* ************ *
* ********** *
* *
*******************************************************************************
Filename: app_ex_util.h
Target: cc2510
Author: KJA
Revised: 20/6-2006
Revision: 1.0
Description:
Application Example Utilitiy Library definitions.
******************************************************************************/
#ifndef APP_EX_UTIL_H
#define APP_EX_UTIL_H
#include "hal.h"
#include <stdlib.h>
#include <stdio.h>
//Key define
#define ENTER 0x0D
#define BACK_SPACE 0x08
#define ESC 0x1B
// lcdMenu
#define ABORT_MENU 0xFF
UINT8 lcdMenu(char *text[], const UINT8 n);
// string_lib
INT16 getNumber(void);
char uartGetkey (void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -