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

📄 app_led.h

📁 Bluetooth HID emulation
💻 H
字号:
/* Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006 */
/* Part of BlueLab 3.6.2-release */
#ifndef __app_led_h
#define __app_led_h

extern void LedInit(ledTaskData *theLed, appDongleTaskData *theApp);
extern void LedUpdate(ledTaskData *theLed, int onPeriod, int offPeriod, uint8 priority);
extern void LedSetPriority(ledTaskData *theLed, uint8 priority);

#endif

⌨️ 快捷键说明

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