第一版代码,为了在EEPROM保存参数的时候走STM32的CRC,让Codex修改了一下,现在的效果是无法存储,codex表示原因是CRC方法不同,修改到一半今天的额度使用完了,有待后续解决CRC的bug
This commit is contained in:
11
Application/app_key.h
Normal file
11
Application/app_key.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __APP_KEY_H__
|
||||
#define __APP_KEY_H__
|
||||
|
||||
#include "Int_Key.h"
|
||||
#include "tim.h"
|
||||
#include "Int_TMC2209.h"
|
||||
#include "app_motor.h"
|
||||
|
||||
void App_key_run(Stepper_t *stepper);
|
||||
|
||||
#endif /* __APP_KEY_H__ */
|
||||
Reference in New Issue
Block a user