12345678910111213141516171819202122232425262728 |
- /**********************************************************************
- *id.h
- *
- ***********************************************************************/
- #ifndef __ID_H
- #define __ID_H
- //extern unsigned char g_aucSTM32ID[12];
- //void GetSTM32ID(unsigned char *pID);
- //void GetSTM32ID1(int index);
- //void CheckSTM32ID1(void);
- unsigned char GetRandBySTM32ID(void);
- #endif
- /**********************************************************************/
|