📄 a2dp_sd_led.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
a2dp_sd_led.h
DESCRIPTION
*/
#ifndef A2DP_SD_LED_H
#define A2DP_SD_LED_H
/****************************************************************************
NAME
a2dpSdInitLed
DESCRIPTION
Initialise the flashing LED
RETURNS
void
*/
void a2dpSdInitLed(void);
/****************************************************************************
NAME
a2dpSdUpdateLed
DESCRIPTION
Update the LED flash duty cycle.
RETURNS
void
*/
void a2dpSdUpdateLed(bool button_pressed, a2dp_state state);
#endif /* A2DP_SD_LED_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -