optsconfig.h
来自「MANTIS是由科罗拉多大学开发的传感器网络嵌入式操作系统。 这是mantis」· C头文件 代码 · 共 40 行
H
40 行
// 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*/#undef MICA2_ACCEL#undef MICA2_BATTERY#undef MICA2_HUMIDITY#undef MICA2_ID#undef MICA2_LIGHT_TEMP#undef MICA2_MAGNET#undef MICA2_MIC#undef MICA2_SOUNDER#undef MICA2_ULTRASOUND
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?