串口
摘要:
#include "usart.h" void SendByte(u8 byte) { while(!TXIF) /* set when register is empty */ continue; TXREG = byte; } //把数据转换为文本格式 void SendText(unsigned int byte) { unsigned... 阅读全文
posted @ 2017-02-16 16:59 liushao 阅读(284) 评论(0) 推荐(0)
浙公网安备 33010602011771号