第一版代码,为了在EEPROM保存参数的时候走STM32的CRC,让Codex修改了一下,现在的效果是无法存储,codex表示原因是CRC方法不同,修改到一半今天的额度使用完了,有待后续解决CRC的bug
This commit is contained in:
12
Interface/Int_Key.h
Normal file
12
Interface/Int_Key.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __INT_KEY_H__
|
||||
#define __INT_KEY_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "Com_type.h"
|
||||
#include "gpio.h"
|
||||
|
||||
void Int_Key_Task(void);
|
||||
bool Int_Key_PopAction(KeyAction_t *action);
|
||||
Key_t Int_key_read(void);
|
||||
|
||||
#endif /* __INT_KEY_H__ */
|
||||
Reference in New Issue
Block a user