hal_led.h

来自「CC2500 2.4G无线收发模块的演示程序」· C头文件 代码 · 共 31 行

H
31
字号
/***********************************************************************************
    Filename: hal_led.h

    Copyright 2007 Texas Instruments, Inc.
***********************************************************************************/

#ifndef HAL_LED_H
#define HAL_LED_H

#ifdef __cplusplus
extern "C" {
#endif

#include <hal_types.h>

//----------------------------------------------------------------------------------
// Function declarations
//----------------------------------------------------------------------------------

void halLedSet(uint8 led_id);
void halLedClear(uint8 led_id);
void halLedToggle(uint8 led_id);


#ifdef  __cplusplus
}
#endif

/**********************************************************************************/
#endif

⌨️ 快捷键说明

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