深海的小鱼儿

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年4月5日

摘要: 源代码: /* * _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 深海的小鱼儿 阅读(420) 评论(0) 推荐(0) 编辑

摘要: 源代码: /* * _3.c * * Created: 2011-4-5 11:34:29 * Author: xmphoenix.fish */ #include <avr/io.h> #include<util/delay.h> #define F_CPU 8000000UL const unsigned char table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,... 阅读全文
posted @ 2011-04-05 20:43 深海的小鱼儿 阅读(249) 评论(0) 推荐(0) 编辑