资源列表
ZLG7290
- ZLG7290键盘驱动程序。按下按键,在串口调试助手中输入b,在窗口中立即出现按键所对应的数值。比官方程序多一段芯片初始化代码。-ZLG7290 keyboard driver. Press the button, serial debugging aides in the type b, appear in the window corresponding to the numerical keys. Than the official procedures have a chip initi
MCS51-SOURCECODE
- 自制微型51单片机编程器资料!-51 self-made miniature single-chip programmer information!
timer
- 大学C51单片机实验源码 6 LED 电子时钟-University of C51 Single-chip experiment 6 LED electronic clock source
8
- C51单片机实验 6LED显示数字-C51 single-chip experiment showed that the number of 6LED
ADC
- 用伟福6000写的ad采样程序,是汇编的。-6000 by Wei-fu sample ad written procedure is compiled.
51MCUCODE
- 单片机程序集//16进制<->10进制互换程序 /* 89C51系列CPU编程器接收CPU程序*/ //按键扫描驱动程序-Single-chip assembly// 16 M <-> 10-band exchange program/* 89C51 Series CPU programmer receiver CPU program*///buttons to scan driver
MCUKAIFANG
- 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
DS1302
- //DS1302工作开始 void TimeWorkStart(void) { unsigned char val val = TimeByteRead(timereadseg) //读秒数据 val &= 0x7f //打开晶振 TimeWrieDisbale() //开放DS1302写保护 TimeByteWrite(timewriteseg, val) //打开晶振 TimeByteWrite(tricklewrite, 0xa5) //打开充电
RS-232
- void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
gongjiaochebaozhan
- 单片机公交车到站语音播报与液晶显示控制系统的研制.pdf-Single-chip bus arrival voice broadcast with LCD Control System. Pdf
9325+1303
- LCD双屏 主屏:ILI9325 副屏:SSD1303-Dual LCD main screen: ILI9325 vice screen: SSD1303
SP_module
- 51系列单片机设计实例 对想了解和学习一些硬件编程人员的起步很有帮助-51 Series single-chip design example of the wish to understand and learn some hardware programmers starting helpful
