搜索资源列表
S3C44B0X例子程序1
- 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.5
Src ARM7 LPC2478开发板定时器实验程序
- ARM7 LPC2478开发板定时器实验程序-ARM7 LPC2478
STM32-timer
- 在stm32中的定时器研究,很好用,我自己就是用它来编的程序-failed to translate
ARM_LPC_timer
- LPC21xx ARM7 定时程序 定时控制LED-LPC21xx ARM7 regular procedures for timing control LED
PWM-51timer
- 用定时器实现的PWM程序,可设置占空比.-Using the PWM timer realize these procedures is to set the duty cycle.
Chapter_5_Linux_Applications
- 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedure
dingshi
- 自己编的定时程序,编译环境ICC,使用AVR mega16单片机-Timing own procedures, the compiler environment ICC, the use of single-chip AVR mega16
2812adc_eva
- 本人在调试步进电机项目中用来调试2812片内adc的代码,eva启动,定时器1周期中断,包含寄存器初始化和中断服务程序代码,两个通道采样,可以正常进入中断并完成采样,花了1周时间调通的-Stepper motor I debug the project in 2812 for debugging adc code, eva start a cycle timer interrupt, including the register initialization code and interrupt
shumajianpan0909
- 基于51单片机的数字电子钟调时+定时程序-Digital electron clock Fixed time
WL005
- wl005 --- 按键扫描程序,用于键盘的扫描。行列键盘值的读取。-wl005--- key scanner for scanning the keyboard. Read the value of the ranks of the keyboard.
LM3S811-time
- ARM LM3S811 定时时钟显示程序,-ARM LM3S811 time display program
PWM
- STM32处理器的比较完整的PWM程序,完全好用-STM32 PWM processor and integrated process, complete easy to use
TIME_test
- 利用arm7开发板设计的时钟中断服务程序,和定时程序,其中处理器采用的是LPC2104-Development board designed by arm7 clock interrupt service routine, and the timing program, which is the LPC2104 processor
2410-TimerInterrupt
- ARM 2410A 定时器中断处理程序,2410A 定时器中断处理程序-ARM 2410-TimerInterrupt.rar
ARM7_test4
- 在Keil软件中编写基于定时器的LED闪烁程序,频率:D5为1Hz,D6为2Hz。-Keil software written in the timer LED flashing program based on the frequency: D5 is 1Hz, D6 is 2Hz.
STM32的AD7606数据采集程序
- 基于STM32F417的AD7606数据采集程序,可以实现定时采集,100K,200K,高速采集。
clock_timer
- STC单片机的内部定时器程序,模块化开发,附带按键读取、数码管动态显示等驱动。(STC microcontroller internal timer program, modular development, with the button to read, digital tube dynamic display and other drivers.)
9.21 Timer_3
- 基于STM32F103 微处理器的定时器程序(Timer program based on STM32F103 microprocessor)
智能型可通信塑壳断路器程序源代码
- 根据产品的设计功能,软件主要由以下几部分组成:主流程、定时器中断、输入输出信号设别、执行电磁脱扣器驱动等。(According to the design function of the product, the software mainly consists of the following parts: mainstream process, timer interruption, input and output signal setting, electromagnetic relea
CT117E-8th 蓝桥杯嵌入式 官网范例程序2
- stm32入门范例程序,配套开发板CT117E,内含:ADC,温度,定时器,PWM,IIC,串口应用,是学习stm32的基础与实用程序,keil编译