搜索资源列表
collectionOfImageAndinterpolation
- 该系统是一个实现图像数据采集以及对图像数据的插值处理,供其它系统进一步处理或显示的系统。具有一定的通用性,适合大多数CMOS图像传感器接入。1准确、适时的数据采集,尽量减少延迟 2采集模块具备一定的数据缓冲功能 3快速有效的数据插值 4使用较少的逻辑器件和存储器 5代码的可读性要强 -The system is a realization of image data acquisition and the image data interpolation, other system for
Demo_ST44B0X
- 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
GPIO_KeyInterrupt
- 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
Delay24000000
- delay function second version
delay
- delay function for pic microcontroller it ll use to ur program
question3
- incudes a delay function for flashing LED s
DS18B20
- 用mega16来驱动 温度传感器 此传感器为单总线传输,因此对延时函数以及时序要求很高 在写代码时 特别要注意 较为精确的延时函数已经上传上了 耐心找一下就行了-Mega16 temperature sensor with the sensor to drive a single bus transfer, so the timing of the delay function and demanding to write code with particular attention to th
PICdelay
- PIC18F系列/*毫秒级可变延时函数*/延时函数/*秒级可变延时函数*/-PIC18F family, /* milliseconds variable delay function*/delay function /* second-stage variable delay function* /
Water-lamps-function
- 实现八个流水灯的功能,首先先从左到右,每次只亮一个发光二极光,然后再从右到左,往复循环。LED灯的亮、熄间隔扎500ms,延时时间不大于5 。-Realize the function of eight of flowing water light, first from left to right, each only light a led two lights, and then from right to left, reciprocating cycle. LED lamp light
STC_delay
- STC12C5A系列单片机精确延时函数分析,带计算模板,毫秒级延时和微秒级延时,适用于STC其他单片机分析,符合示波器观察结果。-Precision delay STC12C5A Series MCU function analysis, with calculation template, millisecond latency and microsecond delay applies to STC microcontroller analysis, in line with the osc
threephasemotor2
- PLC程序。是关于三相电机正转以及反转plc代码。其中还加入了延时功能。简单实用。-PLC program. Code on the three-phase motor forward and backward plc. Which also added to the delay function. Simple and practical.
Pronunciation-keys
- 按下不同的按键会是 SOUNDER 发出不同频率的声音。本例使用延时函数实现不同频率的声音 输出,以后也可使用定时器 -Press a different key is the SOUNDER issued different frequencies of sound. This example uses the sound output of the delay function of different frequencies, can also be used later timer
ADC0808-CLK-PULSE
- ADC0808与单片机的连接中,在延时函数中实现输出CLK脉冲,就可以既不用外接硬件,也不占用单片机本身的硬件资源,同样也达到了延时目的,可谓一举多得-ADC0808 with microcontroller connection, the delay function to achieve the output CLK pulse, you can either use an external hardware, nor hardware resources occupied by the m
LED_light_effect
- A LED blinking and fading function with using Altera UP-1 board. The source code is build from VHDL code.This system have a total 6 pattern which are LED fading(pattern 1),moving LED with circle shape(pattern 2),LED blinking(pattern 3),LED wave which
SysTick
- STM32 滴答始终初始化及相关延时函数接口,可用于延时。-STM32 tick always initialization and related time delay function interface, can be used for the delay.
Boot-from-the-start(mega64)
- 工作芯片为mega64,GPIOD(6)上接一个继电器,程序上电后将PORTD(6)置1,延时1.5S后关闭继电器。将继电器接到主机的启动引脚上,即可实现开机自启动。PS,适合那些老主板,没有开机自启功能的主板。-Work chip mega64, then a relay GPIOD (6) on the program after power PORTD (6) is set to 1, after a delay 1.5S closed relay. The relay started o
TIMER
- 采用的主控芯片LPC1768系列CORTEX-M3内核处理器,时钟晶振XT=12MHZ,系统时钟96MHZ,外部时钟PLCK.定时器匹配 查询定时器停止位、定时器匹配 查询中断标志:本程序利用定时器产生1S的时间中断,同时切换LED状态,采用查询方式 定时器匹配 定时器硬件延时函数:本程序使用定时器作为硬件延时函数;定时器匹配 定时器硬件延时函数: 本程序利用定时器产生1S的时间中断,同时切换LED状态,采用中断方式;定时器匹配输出:本程序利用定时器产生1S的时间中断,同时切换LED状态-Usi
danpianji
- 应用STC12C5608AD芯片,此芯片自带AD转换,和以前所学的ADC0809有所不同,需要选择I/O的功能,以及特殊功能寄存器的应用 芯片共需要对五个模拟量进行AD转换,不同的变量要存储不同的位置,每次只变化其中一个量,所以调用数据要进行判断选择,只有数值变化才发送数据。 当安卓系统向摇杆发送数据请求,通过数据通讯协议,单片机接收数据,并判断是数据校验出错或请求采样焊接速度和摆枪频率。 当A/D转换完成后,比较数据是否发生变化,若有变化则按照通讯协议发送数据。每次只会有一个数据变
delay
- 利用单片机的中断功能实现了定时延时的功能。(The use of single chip interrupt function, to achieve the function of timing delay.)