Skip to content

Commit

Permalink
旧代码
Browse files Browse the repository at this point in the history
#11 暂时没有好的解决方法。
  • Loading branch information
xxyyttxx committed Jan 2, 2018
1 parent 028bb22 commit b61a8e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions project/p10-ANO/application/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ int main(void)
motor_pwm_4 = motor_pwm_min;
delay(1100);
motor_pwm_1 = motor_pwm_2 = motor_pwm_3 = motor_pwm_min;
delay(5000);
RCV_IC_init();
#else
// delay(4000);
motor_pwm_init();
motor_pwm_1 = motor_pwm_2 = motor_pwm_3 = motor_pwm_4 = motor_pwm_min;
// delay(4000);
motor_pwm_init();
motor_pwm_1 = motor_pwm_2 = motor_pwm_3 = motor_pwm_4 = motor_pwm_min;
// delay(4000);
RCV_IC_init();
#endif
while (mpu_dmp_init()); // 六轴数据的具体量程见:`int mpu_init(void)` 函数实现上面的注释
Expand Down

0 comments on commit b61a8e6

Please sign in to comment.