shooter/User/module/shoot.h
2025-03-26 20:15:44 +08:00

13 lines
157 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"
#endif