shoot/User/module/odrive_shoot.h
2025-03-12 23:04:18 +08:00

10 lines
151 B
C

#ifndef _ODRIVE_SHOOT_H_
#define _ODRIVE_SHOOT_H_
#include "djiMotor.h"
#include "odrive_can.h"
void shootStep(void);
void shootBack(void);
#endif