⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 headset_led.h

📁 bluelab 3.52 里面的立体声程序源代码
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    headset_led.h

DESCRIPTION
    Controls the flashing of the LED depending on the current state

*/

#ifndef _HEADSET_LED_H_
#define _HEADSET_LED_H_


/*
    Start the LED flashing
*/
void startBlueLed(ledState state);
void startRedLed(void);
/*
    Force LED to pick up state change immediately.
*/
ledState updateLed(const headsetTaskData *app, ledState state);
ledState updateRedLed(const headsetTaskData *app, ledState state);
ledState updateBlueLedOnEvent(const headsetTaskData *app, ledState state, const APP_ON_EVENT_LED_UPDATE_IND_T* m);


#endif /* _HEADSET_LED_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -