id.h 303 B

1234567891011
  1. /**********************************************************************
  2. *id.h
  3. *
  4. ***********************************************************************/
  5. #ifndef __ID_H
  6. #define __ID_H
  7. unsigned char GetRandBySTM32ID(void);
  8. #endif
  9. /**********************************************************************/