13 lines
190 B
C
13 lines
190 B
C
|
|
|
|
#ifndef SHOOT_CONTROL_H
|
|
#define SHOOT_CONTROL_H
|
|
#include "main.h"
|
|
#include "component/at9s_pro_cmd.h"
|
|
void shoot_motor_Init(float freq);
|
|
void shoot_control(COMP_AT9S_CMD_t *rc);
|
|
#endif
|
|
|
|
|
|
|