go/User/module/odrive_shoot.h

10 lines
151 B
C
Raw Normal View History

2025-03-03 19:41:03 +08:00
#ifndef _ODRIVE_SHOOT_H_
#define _ODRIVE_SHOOT_H_
#include "djiMotor.h"
#include "odrive_can.h"
void shootStep(void);
void shootBack(void);
#endif