移植与电子模块通信相关代码

This commit is contained in:
andy
2023-10-06 18:47:05 +08:00
parent bf440a35bc
commit 8e3a140bec
77 changed files with 13331 additions and 1168 deletions

View File

@@ -0,0 +1,28 @@
#ifndef handle_for_coder_h__
#define handle_for_coder_h__
#include "list.h"
#include "bytearray.h"
#include "handle.h"
handle_def *code_creat(int uid_size,int pw_size,uint8_t *data);
handle_def *code2_creat(int uid_size,int pw_size,uint8_t *data);
#endif