mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
update seasky doc
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "motor_task.h"
|
||||
|
||||
|
||||
void MotorControlTask()
|
||||
{
|
||||
DJIMotorControl();
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
#include "HT04.h"
|
||||
#include "dji_motor.h"
|
||||
|
||||
// 舵机控制任务的频率设定为20Hz或更低
|
||||
// 开关式的舵机控制不应该放在该函数中
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
*/
|
||||
void MotorControlTask();
|
||||
|
||||
#endif // !MOTOR_TASK_H
|
||||
|
||||
Reference in New Issue
Block a user