Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
系统提供的函数接口void system_get_unique_ID(uint8_t *ID_Buffer) 如何实现获取ID号,
uint8_t id_buff[6]={0}; system_get_unique_ID(id_buff);