资源列表
Philips_915ad
- 用PHILIPS P89LPC915 完成的A/D 和 D/A转换的C源程序.-Philips P89LPC915 complete with A / D and D / A conversion of the C source.
LCD_DR
- //使用说明: //使用前请先定义keyscan为单片机的 //某个端口,如#define keyscan P1 //程序中扫描信号从keyscan高4位输出, //键值返回信号从keyscan低4位读入, //故使用时硬件电路需要与之相对, //或者把软件中相应地方修改即可-/ / use : / / use the former post keyscan definition of SCM / / a port, keyscan such as # define P1
HT1621-1
- 显示驱动芯片HT1621的C51底层程序-display driver chip HT1621 the bottom procedures C51
mcu_keyscan
- 动态扫描键盘,键盘采用矩阵式结构,用KEILC51编译并运行过,可靠性好
iway
- 单片机C程序 希望给有需要的人带来帮助-SCM C program want to give people in need of help! ! ! !
interrupted
- 89c51单片机定时中断动态四数码管显示的控制程序-Interrupted from time to time 89c51 single-chip digital display dynamic four of the control procedures
32
- AT89X52电子密码锁设计。根据设定好的密码,采用二个按键实现密码的输入功能,当密码输入正确之后,锁就打开,如果输入的三次的密码不正确,就锁定按键3秒钟,同时发现报警声,直到没有按键按下3种后,才打开按键锁定功能;否则在3秒钟内仍有按键按下,就重新锁定按键3秒时间并报警。 -AT89X52 design of electronic locks. According to set a good password, the password used to achieve two key inpu
main
- 基于stc89c52单片机的红外发射程序。-Microcontroller based stc89c52 infrared emission process.
1602
- PIC16f877a用的1602驱动,用汇编写的。-for pic 16f877a
AVR
- AVR单片机的ADC转换程序包括基准定义端口定义, ADCSRA|=(1<<ADSC) //启动AD转换 loop_until_bit_is_set(ADCSRA,ADIF) //方法1 等待AD转换结束 // while ((ADCSRA&(1<<ADIF))==0) //写法2 这种写法优化不好 // loop_until_bit_is_clear(ADCSRA,ADSC) //方法2 检测ADSC=0也行 ADCSRA|=(1<<AD
key
- 4*4矩阵键盘扫描程序源代码(简单但是也可能有用的吧)-4* 4 matrix keyboard scanner source code (simple but may also be useful!)
Hannstar2.8PILI9341
- ILITEK9341配HSD2.8玻璃驱动代码,给需要的朋友-ILITEK9341 with HSD2.8 glass driver code, a friend in need
