Randomcode.h 125 B

1234567
  1. #ifndef __RANDOMCODE_H
  2. #define __RANDOMCODE_H
  3. #include "stm32f7xx_hal.h"
  4. uint16_t Four_num_encrypt(uint16_t number);
  5. #endif