组装:
csharpmemset(send_zigbee, 0, sizeof(send_zigbee));
sprintf(send_zigbee, "YT%03d,%03d,%03d,%01d,%01d,%03d\n",
(int) dis_hr,
(int) dis_spo2,
(int) temperature,
(int) have_droplets,
(int) rain,
(int) departures);
USART3_SendString(send_zigbee);
解析:
csharpsscanf(rev_Slave_bufferdata, "YT%03d,%03d,%03d,%01d,%01d,%03d\n",
&dis_hr,
&dis_spo2,
&temperature,
&have_droplets,
&rain,
&departures);
本文作者:Dong
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!