搜索资源列表
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
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* /
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
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_test1(130829)
- 一个非常简单的程序,里面有个可以常用的延时函数,新手。-A very simple program, and newcomers
SysTick
- STM32 滴答始终初始化及相关延时函数接口,可用于延时。-STM32 tick always initialization and related time delay function interface, can be used for the delay.
TIMER
- 采用的主控芯片LPC1768系列CORTEX-M3内核处理器,时钟晶振XT=12MHZ,系统时钟96MHZ,外部时钟PLCK.定时器匹配 查询定时器停止位、定时器匹配 查询中断标志:本程序利用定时器产生1S的时间中断,同时切换LED状态,采用查询方式 定时器匹配 定时器硬件延时函数:本程序使用定时器作为硬件延时函数;定时器匹配 定时器硬件延时函数: 本程序利用定时器产生1S的时间中断,同时切换LED状态,采用中断方式;定时器匹配输出:本程序利用定时器产生1S的时间中断,同时切换LED状态-Usi