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

📄 cc2511_app_ex_lib_headers.h

📁 reference about wireless design which is helpful to everyone
💻 H
字号:
#ifndef CC2511_APP_EX_LIB_HEADERS_H
#define CC2511_APP_EX_LIB_HEADERS_H

/*
 *
 * Description:
 * This file include all .h files in the CC2511 library.
 * Do not include other .h files found in the CC2511 library.
 *
 *
 *             ********** IMPORTANT! *************
 *
 * If any library functions are to be used, copy the cc2511_lib_config_template.h file
 * into the project catalog.
 * Rename it to cc2511_lib_config.h, and edit it to get the desired setup of the library.
 *
 *             ***********************************
 *
 */


typedef void (*VFPTR)(void);

#include "..\HAL\include\hal.h"
#include "cc2511_app_ex_lib_config.h"
#include "buffer\include\fifo_buffer.h"
#include "rf\include\rf_common.h"
#include "rf\include\rf_usb_dongle.h"
#include "timer4_manager\include\timer4_manager.h"


#endif //CC2511_APP_EX_LIB_HEADERS_H

⌨️ 快捷键说明

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