Go to the documentation of this file.
20 #define TARGET_BOARD_IDENTIFIER "CJM1" // CJMCU
21 #define USE_HARDWARE_REVISION_DETECTION
23 #define LED0_GPIO GPIOC
24 #define LED0_PIN Pin_14 // PC14 (LED)
26 #define LED0_PERIPHERAL RCC_APB2Periph_GPIOC
27 #define LED1_GPIO GPIOC
28 #define LED1_PIN Pin_13 // PC13 (LED)
30 #define LED1_PERIPHERAL RCC_APB2Periph_GPIOC
31 #define LED2_GPIO GPIOC
32 #define LED2_PIN Pin_15 // PC15 (LED)
34 #define LED2_PERIPHERAL RCC_APB2Periph_GPIOC
39 #define USE_ACC_MPU6050
42 #define USE_GYRO_MPU6050
46 #define USE_MAG_HMC5883
48 #define BRUSHED_MOTORS
53 #define SERIAL_PORT_COUNT 2
56 #define I2C_DEVICE (I2CDEV_1)
62 #define DEFAULT_RX_FEATURE FEATURE_RX_PPM
70 #define BIND_PORT GPIOA
71 #define BIND_PIN Pin_3
75 #define USE_QUAD_MIXER_ONLY 1
81 #define SKIP_TASK_STATISTICS
82 #define SKIP_CLI_COMMAND_HELP