mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-23 19:25:09 +08:00
确定双板/单板兼容的整体框架
This commit is contained in:
11
application/shoot/shoot.c
Normal file
11
application/shoot/shoot.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "shoot.h"
|
||||
|
||||
void ShootInit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ShootTask()
|
||||
{
|
||||
|
||||
}
|
||||
19
application/shoot/shoot.h
Normal file
19
application/shoot/shoot.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef SHOOT_H
|
||||
#define SHOOT_H
|
||||
|
||||
#include "robot_def.h"
|
||||
#include "dji_motor.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
dji_motor_instance friction_l;
|
||||
dji_motor_instance friction_r;
|
||||
dji_motor_instance loader;
|
||||
|
||||
} shoot;
|
||||
|
||||
void ShootInit();
|
||||
|
||||
void ShootTask();
|
||||
|
||||
#endif //SHOOT_H
|
||||
0
application/shoot/shoot.md
Normal file
0
application/shoot/shoot.md
Normal file
Reference in New Issue
Block a user