资源列表
led
- 这是一个用单片来实现流水灯的简单程序,这适合于单片机的初学者的学习
key
- 这个采用汇编写的多键的键盘程序,逻辑性相当的强,这种逻辑借鉴性很不错。可做参考
CRC16
- 这是一个冗余校验的程序,是CRC16,里面包含了计算法和查表法以及半查表法
AD0832
- 此程序是一个关于A/D转化芯片0832的程序,通过此程序我们可以掌握0832的使用
LCDshow
- 数控电源的液晶显示,主要是一个菜单程序,大家可以参考它的菜单结构
key
- 是一个关于键盘的程序,可以实现组合键,并附有密码功能,通过此程序的练习可以更好的掌握51C语言的书写
AVR485
- AVR多机通讯,适用于AVR单片机的底层开发,后面可带多台终端。此文件包含主机和从机程序
interrupt
- 关于中断的练习 功能简单,就是让单片机的P2口上的LED灯一闪一灭。但我觉得通过此程序可以基本了解51中断的用法
ADC_cont_irq
- This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the
Adc_Uart1
- This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
PPG
- for MB90425 MCU initialise the PPG channels 0-2 and outputs the square waveform
scon
- 串口与PC机通讯通信(波特率为:1200)
