Files
ManGoWalk_STM32/fun/Shake_Motor.h
2025-06-24 21:06:53 +08:00

9 lines
139 B
C

#ifndef __SHAKE_MOTOR_H
#define __SHAKE_MOTOR_H
#include "headfile.h"
void Shake_Motor_Open(void);
void Shake_Motor_Close(void);
#endif