shooter/User/module/shoot.h
2025-03-26 14:54:23 +08:00

13 lines
140 B
C

#ifndef _SHOOT_H_
#define _SHOOT_H_
#include "GO_M8010_6_Driver.h"
#include "djiMotor.h"
#include "calc_lib.h"
#include "pid.h"
#endif