Files
checker_slave/source/coder/JQ_PSDGenerate.h

14 lines
190 B
C

#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