📄 44blib.h
字号:
/*********************************************** * NAME : 44BLIB.H * ***********************************************/#ifndef __44blib_h__#define __44blib_h__#define HT_DELAY (10)#ifdef __cplusplusextern "C" {#endifvoid LCD_Init(void);void Delay(int time);void Led_Display(unsigned int LedStatus);void Seg_Display(unsigned int SegStatus);#ifdef __cplusplus}#endif#endif /*__44blib_h__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -