第一次在EEPW论坛发帖,希望各位版主和管理员多多包涵,如果发现我不对的地方请及时告诉我,我会马上改正,也可以直接帮我更改不对的地方。有不同见解的欢迎提出来交流,意见不同的请心平气和地交流,君子和而不同,不要太较真。
第一节:吴坚鸿谈初学单片机的误区。http://forum.eepw.com.cn/thread/252055/1#2
第二节:delay()延时实现LED灯的闪烁。http://forum.eepw.com.cn/thread/252055/1#3
第三节:累计主循环次数使LED灯闪烁。http://forum.eepw.com.cn/thread/252055/1#4
第四节:累计定时中断次数使LED灯闪烁。http://forum.eepw.com.cn/thread/252055/1#5
第五节:蜂鸣器的驱动程序。http://forum.eepw.com.cn/thread/252055/1#6
第六节:在主函数中利用累计主循环次数来实现独立按键的检测。http://forum.eepw.com.cn/thread/252055/1#7
第七节:在主函数中利用累计定时中断的次数来实现独立按键的检测。http://forum.eepw.com.cn/thread/252055/1#8
第八节:在定时中断函数里执行独立按键的扫描程序。http://forum.eepw.com.cn/thread/252055/1#10
第九节:独立按键的双击按键触发。http://forum.eepw.com.cn/thread/252055/2#11
第十节:两个独立按键的组合按键触发。http://forum.eepw.com.cn/thread/252055/2#12
第十一节:同一个按键短按与长按的区别触发。http://forum.eepw.com.cn/thread/252055/2#13
第十二节:按住一个独立按键不松手的连续步进触发。http://forum.eepw.com.cn/thread/252055/2#14
第十三节:按住一个独立按键不松手的加速匀速触发。http://forum.eepw.com.cn/thread/252055/2#15
第十四节:矩阵键盘的单个触发。http://forum.eepw.com.cn/thread/252055/2#16
第十五节:矩阵键盘单个触发的压缩代码编程。http://forum.eepw.com.cn/thread/252055/2#17
第十六节:矩阵键盘的组合按键触发。http://forum.eepw.com.cn/thread/252055/2#18
第十七节:两片联级74HC595驱动16个LED灯的基本驱动程序。http://forum.eepw.com.cn/thread/252055/3#27
第十八节:把74HC595驱动程序翻译成类似单片机IO口直接驱动的方式。http://forum.eepw.com.cn/thread/252055/3#28
第十九节:依次逐个点亮LED之后,再依次逐个熄灭LED的跑马灯程序。http://forum.eepw.com.cn/thread/252055/3#29
第二十节:依次逐个亮灯并且每次只能亮一个灯的跑马灯程序。http://forum.eepw.com.cn/thread/252055/3#30
第二十一节:多任务并行处理两路跑马灯。http://forum.eepw.com.cn/thread/252055/4#31
第二十二节:独立按键控制跑马灯的方向。http://forum.eepw.com.cn/thread/252055/4#32
第二十三节:独立按键控制跑马灯的速度。http://forum.eepw.com.cn/thread/252055/4#33
第二十四节:独立按键控制跑马灯的启动和暂停。http://forum.eepw.com.cn/thread/252055/4#34
第二十五节:用LED灯和按键来模拟工业自动化设备的运动控制。http://forum.eepw.com.cn/thread/252055/4#35
第二十六节:在主函数while循环中驱动数码管的动态扫描程序。http://forum.eepw.com.cn/thread/252055/4#36
第二十七节:在定时中断里动态扫描数码管的程序。http://forum.eepw.com.cn/thread/252055/4#37
第二十八节:数码管通过切换窗口来设置参数。http://forum.eepw.com.cn/thread/252055/4#38
第二十九节:数码管通过切换窗口来设置参数,并且不显示为0的高位。http://forum.eepw.com.cn/thread/252055/4#39
第三十节:数码管通过闪烁来设置数据。http://forum.eepw.com.cn/thread/252055/4#40
第三十一节:数码管通过一二级菜单来设置数据的综合程序。http://forum.eepw.com.cn/thread/252055/5#41
第三十二节:数码管中的倒计时程序。http://forum.eepw.com.cn/thread/252055/5#42
第三十三节:能设置速度档位的数码管倒计时程序。http://forum.eepw.com.cn/thread/252055/5#44
第三十四节:在数码管中实现iphone4S开机密码锁的程序。http://forum.eepw.com.cn/thread/252055/5#45
第三十五节:带数码管显示的象棋比赛专用计时器。http://forum.eepw.com.cn/thread/252055/5#46
第三十六节:带数码管显示的加法简易计算器。http://forum.eepw.com.cn/thread/252055/5#47
第三十七节:数码管作为仪表盘显示跑马灯的方向,速度和运行状态。http://forum.eepw.com.cn/thread/252055/5#48
第三十八节:判断数据尾来接收一串数据的串口通用程序框架。http://forum.eepw.com.cn/thread/252055/5#49
第三十九节:判断数据头来接收一串数据的串口通用程序框架。http://forum.eepw.com.cn/thread/252055/5#50
第四十节:常用的自定义串口通讯协议。http://forum.eepw.com.cn/thread/252055/6#52
第四十一节:在串口接收中断里即时解析数据头的特殊程序框架。http://forum.eepw.com.cn/thread/252055/6#56
第四十二节:通过串口用delay延时方式发送一串数据。http://forum.eepw.com.cn/thread/252055/6#57
第四十三节:通过串口用计数延时方式发送一串数据。http://forum.eepw.com.cn/thread/252055/6#58
第四十四节:从机的串口收发综合程序框架http://forum.eepw.com.cn/thread/252055/6#59
第四十五节:主机的串口收发综合程序框架http://forum.eepw.com.cn/thread/252055/6#60
第四十六节:利用AT24C02进行掉电后的数据保存。http://forum.eepw.com.cn/thread/252055/7#61
第四十七节:操作AT24C02时,利用“一气呵成的定时器延时”改善数码管的闪烁现象。http://forum.eepw.com.cn/thread/252055/7#62
第四十八节:利用DS1302做一个实时时钟 。http://forum.eepw.com.cn/thread/252055/7#63
第四十九节:利用DS18B20做一个温控器 。http://forum.eepw.com.cn/thread/252055/7#64
第五十节:利用ADC0832采集电压信号,用平均法和区间法进行软件滤波处理。http://forum.eepw.com.cn/thread/252055/7#65
第五十一节:利用ADC0832采集电压信号,用连续N次一致性的方法进行滤波处理。http://forum.eepw.com.cn/thread/252055/8#72
第五十二节:程序后续升级修改的利器,return语句鲜为人知的用法。http://forum.eepw.com.cn/thread/252055/8#74
第五十三节:指针的第一大好处,让一个函数可以封装多个相当于return语句返回的参数。http://forum.eepw.com.cn/thread/252055/8#79
第五十四节:指针的第二大好处,指针作为数组在函数中的输入接口。http://forum.eepw.com.cn/thread/252055/9#87
第五十五节:指针的第三大好处,指针作为数组在函数中的输出接口。http://forum.eepw.com.cn/thread/252055/10#95
第五十六节:指针的第四大好处,指针作为数组在函数中的输入输出接口。http://forum.eepw.com.cn/thread/252055/10#96
第五十七节:为指针加上紧箍咒const,避免意外修改了只做输入接口的数据。http://forum.eepw.com.cn/thread/252055/10#100
第五十八节:指针的第五大好处,指针在众多数组中的中转站作用。http://forum.eepw.com.cn/thread/252055/11#101
第五十九节:串口程序第40,44,45节中存在一个bug,特此紧急公告。http://forum.eepw.com.cn/thread/252055/11#102
第六十节:用关中断和互斥量来保护多线程共享的全局变量。http://forum.eepw.com.cn/thread/252055/11#105
第六十一节:组合BCD码,非组合BCD码,以及数值三者之间的相互转换和关系。 http://forum.eepw.com.cn/thread/252055/11#108
第六十二节:大数据的加法运算。http://forum.eepw.com.cn/thread/252055/11#109
第六十三节:大数据的减法运算。http://forum.eepw.com.cn/thread/252055/11#110
第六十四节:大数据的乘法运算。http://forum.eepw.com.cn/thread/252055/12#111
第六十五节:大数据的除法运算。http://forum.eepw.com.cn/thread/252055/12#112
第六十六节:单片机外部中断的基础。http://forum.eepw.com.cn/thread/252055/12#113
第六十七节:利用外部中断实现模拟串口数据的收发。http://forum.eepw.com.cn/thread/252055/12#115
第六十八节:单片机C语言的多文件编程技巧。http://forum.eepw.com.cn/thread/252055/12#116
第六十九节:使用static关键字可以减少全局变量的使用。http://forum.eepw.com.cn/thread/252055/12#117
第七十节:深入讲解液晶屏的构字过程。http://forum.eepw.com.cn/thread/252055/12#120
第七十一节:液晶屏的字符,16点阵,24点阵和32点阵的显示程序。http://forum.eepw.com.cn/thread/252055/13#122
第七十二节:在液晶屏中把字体顺时针旋转90度显示的算法程序。http://forum.eepw.com.cn/thread/252055/13#123
第七十三节:在液晶屏中把字体镜像显示的算法程序。http://forum.eepw.com.cn/thread/252055/13#126
第七十四节:在液晶屏中让字体可以跨区域无缝对接显示的算法程序。http://forum.eepw.com.cn/thread/252055/13#127
第七十五节:在12864液晶屏中让字体以1个点阵为单位进行移动显示的算法程序。http://forum.eepw.com.cn/thread/252055/13#128第七十六节:如何把一个任意数值的变量显示在液晶屏上。http://forum.eepw.com.cn/thread/252055/13#129
第七十七节:在1个窗口里通过移动光标来设置不同参数的液晶屏菜单程序。
http://forum.eepw.com.cn/thread/252055/13#130
第七十八节:在多个窗口里通过移动光标来设置不同参数的液晶屏菜单程序。
http://forum.eepw.com.cn/thread/252055/14#131
第七十九节:通过主菜单移动光标来进入子菜单窗口的液晶屏程序。
http://forum.eepw.com.cn/thread/252055/14#132
第八十节:调用液晶屏内部字库来显示汉字或字符的坐标体系和本质。
http://forum.eepw.com.cn/thread/252055/14#136
第八十一节:液晶屏显示串口发送过来的任意汉字和字符。
http://forum.eepw.com.cn/thread/252055/14#138
第八十二节:如何通过调用液晶屏内部字库把一个任意数值的变量显示出来。
http://forum.eepw.com.cn/thread/252055/14#140
第八十三节:矩阵键盘输入任意数字或小数点的液晶屏显示程序。
http://forum.eepw.com.cn/thread/252055/15#142
第八十四节:实时同步把键盘输入的BCD码数组转换成数值的液晶屏显示程序。
http://forum.eepw.com.cn/thread/252055/15#143