实现赋码仪命令
升级小板程序失败时停止
This commit is contained in:
13
elec/PSDGenerate.h
Normal file
13
elec/PSDGenerate.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __PSDGENERATE_H__
|
||||
#define __PSDGENERATE_H__
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
int GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user