移植到stm32f1,实现手动线赋码控制器功能
This commit is contained in:
13
source/coder/JQ_PSDGenerate.h
Normal file
13
source/coder/JQ_PSDGenerate.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __JQ_PSDGENERATE_H__
|
||||
#define __JQ_PSDGENERATE_H__
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "stm32f10x.h"
|
||||
|
||||
|
||||
|
||||
u8 JQ_GetPasswordByUidCode(const u8 *uidcode,u8* psd);
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user