syshash.h
来自「W78E516B的BOOT程序」· C头文件 代码 · 共 23 行
H
23 行
#if !defined( __Hash_h__ )
#define __Hash_h__
//#include "sysBase.h"
typedef enum {
GPS_LED = 2,
RFM_LED = 3,
ALARM_LED = 4,
RUN_LED = 5
} StatusLED;
void delay( byte nCount );
void BinToHex( char *sIn, char *sOut, int len );
void EnableStatusLED( StatusLED nLED );
void DisableStatusLED( StatusLED nLED );
byte IsSetStatusLED( StatusLED nLED );
void DisplayStatusLED( void );
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?