您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789101112131415 |
- /*
- * config.h
- */
-
- #ifndef __CONFIG_H__
- #define __CONFIG_H__
-
- #define PMW_MOTION_PIN 20
-
- #define PMW_PRINT_IDS
- #define PMW_IRQ_COUNTERS
- //#define PMW_FEATURE_WIRELESS
- //#define DISABLE_CDC_DTR_CHECK
-
- #endif // __CONFIG_H__
|