You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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__
|