第一版代码,为了在EEPROM保存参数的时候走STM32的CRC,让Codex修改了一下,现在的效果是无法存储,codex表示原因是CRC方法不同,修改到一半今天的额度使用完了,有待后续解决CRC的bug
This commit is contained in:
17
Application/app_test.h
Normal file
17
Application/app_test.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __APP_TEST_H__
|
||||
#define __APP_TEST_H__
|
||||
|
||||
#include "usart.h"
|
||||
#include "gpio.h"
|
||||
#include "tim.h"
|
||||
#include "Com_debug.h"
|
||||
#include "Com_type.h"
|
||||
|
||||
//本文件放置模块测试代码
|
||||
void app_RS485_test(void);
|
||||
|
||||
void app_big_laser_test(void);
|
||||
|
||||
void app_small_laser_test(void);
|
||||
|
||||
#endif /* __APP_TEST_H__ */
|
||||
Reference in New Issue
Block a user