摘要: 主体函数 点击查看代码 #include <STC15F2K60S2.H> #include <intrins.h> #include "UART.H" void DelayUs(unsigned int xus) //@11.0592MHz { while(xus--) { _nop_(); _n 阅读全文
posted @ 2026-02-24 00:07 huangqianchuang 阅读(3) 评论(0) 推荐(0)