#ifndef __RANDOMCODE_H #define __RANDOMCODE_H #include "stm32f7xx_hal.h" uint16_t Four_num_encrypt(uint16_t number); #endif