Skip to content

Commit

Permalink
add mf motor and dm motor support
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-xie committed Apr 8, 2024
1 parent 6235b21 commit f4a3b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/src/motor_task.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#include "motor_task.h"
#include "dji_motor.h"
#include "dm_motor.h"
#include "mf_motor.h"

void Motor_Task_Loop() {
DJI_Motor_Send();
MF_Motor_Send();
DM_Motor_Send();
}

0 comments on commit f4a3b89

Please sign in to comment.