?? led.h
字號:
#ifndef LED_HEADER
#define LED_HEADER
/*****LED屏信息*****/
#define LED_BOARD_MSG '1'//顯示報站信息
#define LED_NOTICE_MSG '2'//顯示緊急通知
#define LED_ADVERTISE_MSG '3'//顯示通告,廣告,固定短語
#define LED_QUERYNOTICE 3//中心查詢廣告
#define LED_QUERYADVERTICE 2//中心查詢通告
/******以下程序是LED接口用作更新程序時使用*********/
/****返回應答信息******/
void encapsulate_response_update(Uint8 ProcessResult, Uint8 TransferStatus, Uint16 BlockSequence);
void led_updateprogram(Byte* pBuf, Byte nLen);
void led_process();
extern void switch_ld_ap(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -