micro_climate/App/Inc/encrypt.h

9 lines
158 B
C

#ifndef _ENCRYPT_H_
#define _ENCRYPT_H_
#include "comm_types.h"
#include "stm32l4xx_hal.h"
#include "inflash.h"
uint8_t JudgeEncrypt();
#endif //_ENCRYPT_H_