摘要:
View Code 1 void main() 2 { 3 init(); //引脚初始化 4 bark(); //响一下,提示用户 5 welcome(); //欢迎 6 7 while(1) 8 { 9 prompt(); //命令提示符 10 11 //接收一条命令 12 getcommand(rbuf, sizeof(rbuf)); 13 14 ... 阅读全文
posted @ 2012-05-02 21:46
jinfengswust
阅读(215)
评论(0)
推荐(0)
浙公网安备 33010602011771号