CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - timer program C

搜索资源列表

  1. 51 IO口模拟串口通讯C源程序

    0下载:
  2. 51 IO口模拟串口通讯C源程序,IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -51 IO serial communications simulation C source, I simulated 232 IO communication procedures use two forms of occupation C program timer 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3677
    • 提供者:王胜
  1. mcu-C-program

    0下载:
  2. 电子时钟的程序 包含1602液晶的控制 键盘控制 定时器的应用-Electronic clock program include the control of 1602LED,keyboard and the application of TIMER
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2631
    • 提供者:杨威
  1. dspic-AD--

    0下载:
  2. 基于dspic的完整的timer程序(c语言版) 相当好的-Complete dspic based timer program (c-language version) very good! !
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:1116
    • 提供者:wenshao
  1. PIC18-Program

    0下载:
  2. PIC18F样例程序,涵盖各个功能模块,AD,PWM,捕获输入等-PIC18F sample program, covering all functional modules
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:121614
    • 提供者:hzguo2006
  1. Timer(C)

    0下载:
  2. ADSP-BF561 EZ-KIT Lite s 定时器程序。该程序在visual DSP++环境下用c语言开发。-ADSP-BF561 EZ-KIT Lite s timer program. The program in the visual DSP++ environment using c language development.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:24365
    • 提供者:子由
  1. timer

    0下载:
  2. * 程序功能 : 时钟程序 * 应用软件 : KEIL C * * 版 本 : KEIL 7.06 * * 硬 件 : WS803、WS804、WS806、WS2511、WS2566、WS9600、WS9700 *-* Program function: clock program * * Application Software: KEIL C * * Version: KEIL 7.06 * * Hardware: WS803, WS804, WS806,
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2637
    • 提供者:fight
  1. program

    0下载:
  2. C语言 简单的基本功能实现 以51单片机为主 中断 计数器 定时器 音乐播放等-Simple basic function of C-51 single chip to achieve a timer-based music players such as interrupt counter
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:6768
    • 提供者:babyblue66a399
  1. watchdog.c

    0下载:
  2. 实验名称:看门狗实验的应用级程序 * 实验说明:S3C2410内部具有一个看门狗定时器,可以设置为看门狗功能, * 设定在一定时间内,如果没有将看门狗计数寄存器复位, * 将引发系统复位,本实验设定复位时间为2秒, * 如果在两秒内没有复位将导致系统复位。-Experiment name: application-level watchdog experimental test program* Note: S3C2410 has an internal watchdog tim
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:1489
    • 提供者:tiger
  1. trafficlight

    1下载:
  2. 51单片机控制的交通灯,通过定时器精确定时。此文件包中含有Proteus仿真图,PCB图,c程序并有注释,学习单片机的好资料。-51 single-chip microcomputer to control traffic lights, from time to time through the timer precision. This package contains Proteus simulation diagram, PCB map, c program and the Notes,
  3. 所属分类:SCM

    • 发布日期:2017-01-09
    • 文件大小:382861
    • 提供者:victorlee
  1. timer

    0下载:
  2. C语言定时程序,主控芯片是ATmega8,采用中断方式实现实验板4位秒表计时-C language program from time to time, the master chip is ATmega8, using experimental board interruption means four stopwatch timing
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:961
    • 提供者:luoli
  1. Timer00000Interrupt

    0下载:
  2. C8051F120的定时器及外部中断使用C程序,包括各定时的8/16重载,捕捉,高速切换等。经片上调试通过,放心下载使用-C8051F120 timer and external interrupts use the C program, including the timing of the 8/16 overload, capture, high-speed switching. The on-chip debugging through, secure download
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:104915
    • 提供者:xiaot
  1. chashengboceju

    2下载:
  2. AT89S52单片机控制的超声波测距,主程序首先对系统环境初始化,设置定时器T0工作模式为16位的定时计数器模式,置位总中断允许位EA并给显示端口P0和P2清0。然后调用超声波发生子程序送出一个超声波脉冲,为避免超声波从发射器直接传送到接收器引起的直接波触发,需延迟0.1ms(这也就是测距器会有一个最小可测距离的原因)后,才打开外中断0接收返回的超声波信号。由于采用12MHz的晶振,机器周期为1us,当主程序检测到接收成功的标志位后,将计数器T0中的数(即超声波来回所用的时间)按下式计算即可测得
  3. 所属分类:SCM

    • 发布日期:2015-01-26
    • 文件大小:173647
    • 提供者:刘翔
  1. timer

    0下载:
  2. 合众达DSP2407开发板的TIMER的C语言程序-Triangle of the TIMER board DSP2407 C-language program
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:18283
    • 提供者:wangdongwei
  1. INTERRUPT-AND-TIMER-C-program

    0下载:
  2. 单片机的中断以及定时器的程序,测试通过,可以使用-C program of MCU about interrupt and timer ,tested ,can use
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:1395
    • 提供者:杨威
  1. timer

    0下载:
  2. 这是关于DSP C语言的程序设计,该程序表示定时器程序-DSP C language programming, the program timer program
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:1473
    • 提供者:w
  1. msp430basic-routine-program-library

    0下载:
  2. 430所有基础例程程序库文件,msp430单片机内部程序源资料,可移植性强,C语言编写,包括中断嵌套程序,异步串行通信程序(空闲模式多机通信)基本定时器程序,行列式键盘,程序捕获脉冲信号周期程序,PWM输出程序,PWM输出程序,ADC12单通道和序列通道多次转换程序,FLASH擦写程序,LCD模块程序,比较器A电阻值测量程序,基本定时器程序,FLL+锁频环程序-430 all basic routines program libraries, msp430 microcontroller int
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:580161
    • 提供者:Elaine
  1. timer

    0下载:
  2. 基于MSP430的时钟定时器 开发语言c-c-timer program based on the MSP430 clock Development language is c-c++
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:88906
    • 提供者:张悠
  1. timer

    0下载:
  2. this the timer program.this program is used for with maintain delay functions by using timers..this is an embedded c program-this is the timer program.this program is used for with maintain delay functions by using timers..this is an embedded c progr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:42432
    • 提供者:venki
  1. Timer

    0下载:
  2. 本程序示例如何使用C语言写TIMER。头文件 misc.h有3个有关时钟操作的函数:1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int)(This program illustrates how to use the Timer in 'C'. The header file misc.h has the three functions related to Tim
  3. 所属分类:DSP编程

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:王王王王
  1. Timer ADC

    0下载:
  2. EMBEDDED SYSTEM PROGRAM FOR TIMER ADC USING C LANGAUGE FOR ARM 7
  3. 所属分类:微处理器开发

    • 发布日期:2018-01-05
    • 文件大小:92160
    • 提供者:AMP
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com