摘要:
源代码: /* * _3.c * * Created: 2011-4-5 19:34:47 * Author: xmphoenix.fish */ #include <avr/io.h> #include<util/delay.h> #define F_CPU 8000000UL #define key_down() (PINB &_BV(PB5)) #define real_switch() P... 阅读全文
posted @ 2011-04-05 20:51
深海的小鱼儿
阅读(426)
评论(0)
推荐(0)