Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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__
|