shooter/User/module/shoot.h
2025-03-27 23:02:19 +08:00

13 lines
189 B
C

#ifndef _SHOOT_H_
#define _SHOOT_H_
#include "GO_M8010_6_Driver.h"
#include "djiMotor.h"
#include "calc_lib.h"
#include "pid.h"
#include "main.h"
void control_clutch_shoot(void);
#endif