代码搜索:UARTOUT

找到约 21 项符合「UARTOUT」的源代码

代码结果 21
www.eeworm.com/read/433371/7936765

txt tongxin3.c.txt

#include #define LED_PORT P5 #define SYSCLK 2000000 void Timer_Init() { CKCON = 0x10; TMOD = 0x20; TH1 = 0xCC; } void UART_Init() { SCON0 = 0