optsconfig.h

来自「MANTIS是由科罗拉多大学开发的传感器网络嵌入式操作系统。 这是mantis」· C头文件 代码 · 共 31 行

H
31
字号
// build configuration options// uncomment/comment to enable/disable support for a device,// radio, or interface#include "build_opts.h"/* By default all devices and interfaces are defined in   src/lib/include/build_opts.h. You can check this file for   the list of possible build options.   To disable a build option, use #undef   Example:   #undef MICA2_ACCEL   #undef CC2420   #undef MAXSTREAM   will disable the accelerometer, the cc2420 radio, and the maxstream   radio drivers.   An exception is changing CC1000 from CSMA to another protocol, where   another must be defined. Ex:   #undef CC1000_CSMA   #define CC1000_TDMA*/

⌨️ 快捷键说明

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