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