搜索资源列表
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
51单片机 Keil C 延时程序的简单研究
- 转载!希望大家喜欢.主要是介绍用C编的C51的延时程序.-reproduced! Hope you like them. Mainly introduces C51 C series of procedural delay.
51单片机Keil C延时程序的简单研究
- 51单片机Keil C延时程序的简单研究-51 SCM Keil C Delay simple procedure study
ADuC841_TEST
- ADI公司ADuC841单片机源程序。 I2C.c: ADuC841单片机I2C接口函数。 kei841.h: ADuC841单片机内部寄存器定义。 delay.c:精确延时资函数。 main_new.c ADuC841单片机主函数,实现正弦波的输出和I2C接口LED显示-ADI ADuC841 MCU source. I2C.c : ADuC841 MCU I2C interface function. Kei841.h : ADuC841 MCU internal regis
la1823+lc72131
- 数字选台收音机 注意: (1)遥控发射芯片用TC9012/TC9243 经常用到的还有UPD6121和LC7461,它们的不同只处在于引导码的时间不同或者数据位的个数不同,接受原理基本一样。将本程序的相关位置修改就可以通用。 系统时钟22.1184MHZ,如果用其他的时钟请将delay.c文件中的定时器装载值修改一下 (2) 键盘检测在VFD程序中,16312可以驱动VFD,另外外部可接24个按键,并将按键值放到 其内部的存储中,使用时只须发命令读即可。
C(delay)
- C语言精确延时,对于初学单片机的同学很有帮助,希望大家能喜欢!
delay
- AVR-GCC的三个级别的延时程序,在C语言中用C写的,在示波器上检测出误差十分小。
DS18B20驱动程序(C语言)
- 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶振请跟据DS18B20的资料修改延时参数-functions : to achieve DS18B20 read Principle : single-bus protocol attention : single-bus protocol to delay requirements more stringent, this procedure is u
heat
- PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
51_delay_calculation
- 51单片机精确延时计算,包括汇编语言和C语言-51 Single-chip precision delay calculation, including assembly language and C language
LCDcfile
- lcd驱动 其中包括delay.c,key.c,LCD.c,main.c,usart.c-lcd driver including delay.c, key.c, LCD.c, main.c, usart.c
keyscan
- 功能:4×4键盘扫描程序 返回:键序号(0~F),0xFF表示没有字符输入 软件特点:简洁高效,无须延时消抖,避免连发 编程语言:Keil-C -Function: 4 × 4 keyboard scanner return: key serial number (0 ~ F), 0xFF that there is no character input software features: simple and efficient, no need to delay extin
pvpvc
- 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /******
DELAY
- 延时程序,HOLTEK的延时程序,可直接调用。-delay
delay-2-ok
- c语言一个子函数实现从1毫秒到1分钟的延时程序-c language of a Function from 1 ms to 1 minute delay procedures
DELAY-51
- 51延时程序,C语言实现。希望对大家,特别是初学者有帮助!-51 delay the procedure, C language. I hope all of you, especially helpful for beginners!
Delay
- c51用延时函数 支持晶振频率调节 包含毫秒 微秒 精确校准-c51 used time-lapse function, support the crystal frequency adjustment with millisecond microsecond precision calibration
delay
- 单片机1ms精确延时的c语言实现,for循环,已经通过keil仿真计时验证,-The microcontroller 1ms accurate delay c language, for circulation, has been verified by keil simulation timing
delay.c
- 延时程序500ms,200ms,10ms,1s 12864液晶程序-delay program 500ms,200ms,10ms,1s 12864LCD driver
59 second timer (software delay)
- 利用protues 软件 基于51单片机平台 设计计时器 采用软件延时方式,内含说明文档全套工程文件,初学者福音(The use of Protues software, based on 51 single-chip platform design timer, using software delay method, containing documentation, a full set of engineering documents, beginners Gospel)