修正了使用 micros 函数时参数单位非 us 的错误

This commit is contained in:
lxbpxylps@126.com 2021-02-17 23:22:31 +08:00
parent 8feaa4ff7a
commit 60500d6165

View File

@ -62,10 +62,10 @@ int8_t route[][3] =
//****************************************可调参数**************************************** //****************************************可调参数****************************************
//抓取点移动用时 //抓取点移动用时 us
#define CATCH_MOVE_DELAY_TIME 2000 #define CATCH_MOVE_DELAY_TIME 2000000
//释放点移动用时 //释放点移动用时 us
#define RELEASE_MOVE_DELAY_TIME 2000 #define RELEASE_MOVE_DELAY_TIME 2000000
//重置留时 //重置留时
#define RESET_DELAY_TIME 10000 #define RESET_DELAY_TIME 10000