www.pudn.com > stcMCU.rar > MCS_X51LIB.H
/**************************************************************** //库函数定义 //用户可以添加自己的操作 //create by changshengwuji //email: netspider@163.com //qq: 450353168 //2006.05.03 ****************************************************************/ void delay_7clk(UINT8 x); void delay_10clk(UINT16 x); UINT8 uart_getc(); void uart_putc(UINT8 x); #if defined (STC_12X2052X) void wrw_spi(UINT16 x); #endif