engineering/application/to_stretch/to_stretch.h

18 lines
209 B
C
Raw Permalink Normal View History

2024-04-25 23:12:31 +08:00
#ifndef TO_STRETCH_H
#define TO_STRETCH_H
/**
* @brief ,RobotInit()
*
*/
void To_stretchInit();
/**
* @brief
*
*/
void To_stretchTask();
#endif //TO_STRETCH_H