📄 cc2511_usb_library_config.h
字号:
#ifndef CC2511_USB_LIBRARY_CONFIG_H
#define CC2511_USB_LIBRARY_CONFIG_H
/*
*
* Description:
* This file is used to configures the CC2511 USB library.
* The definitions not needed in a project can be commented out.
*
*
* ********** IMPORTANT! *************
*
* If the cc2511 USB library are to be used, copy the cc2511_usb_library_config_template.h file
* into the project catalog.
* Rename it to cc2511_usb_library_config.h, and edit it to get the desired setup of the framework
*
* ***********************************
*
*/
//-------------------------------------------------------------------------------------------------------
// USB framework setup
// Enter the maximum number of interfaces that are used in the configurations (used to calculate the size
// of the table that stores the currently selected alternate setting for each interface)
#define USB_SETUP_MAX_NUMBER_OF_INTERFACES 2
//-------------------------------------------------------------------------------------------------------
#endif //CC2511_USB_LIBRARY_CONFIG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -