a2dp_sd_led.h

来自「dongle蓝牙适配器(a2dp_source_dongle)源代码」· C头文件 代码 · 共 43 行

H
43
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.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 + =
减小字号Ctrl + -
显示快捷键?