CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PIC 单片机 中断

搜索资源列表

  1. I2C.rar

    0下载:
  2. I2C 总线C语言集锦包括,PIC单片机,51单片机,AVR单片机.,I2C Bus C language allehanda including, PIC microcontroller, 51 MCU, AVR Singlechip.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:22451
    • 提供者:王佐鹏
  1. m_usart.rar

    1下载:
  2. PIC单片机模拟串口 11.0592时钟 支持2400波特及以下稳定收发 一位起始,八位或九位数据,无校验,一位停止位 占用时钟1,和RB端口电平变化中断 HI-PICC编译平台 模拟收发管脚在m_usart.h中定义 PIC16F877A最小系统验证可用 ,PIC single-chip analog clock 11.0592 serial support 2400 baud and below, to send and receive a stable start, eig
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-02-24
    • 文件大小:58547
    • 提供者:lzz
  1. pic-USART

    2下载:
  2. pic单片机串口中断程序,调试已经通过,请大家放心使用-pic microcontroller serial interrupt program, debugging has passed, please rest assured to use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-20
    • 文件大小:555
    • 提供者:lyh
  1. PIC24

    1下载:
  2. 本人整理的PIC24系列单片机不少程序,都是平时自己编写的。想学PIC单片机的可以看看,里面包含定时器,中断,i2c,spi等常用模块-I collated a lot of the PIC24 family of single-chip process, are usually prepared their own. I wanted to learn to look at the PIC microcontroller, which contains the timer, interrupt
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-12-16
    • 文件大小:11711
    • 提供者:黄贤聪
  1. pic-T0-led

    0下载:
  2. PIC16F648A进行T0中断用LED显示,适合初学PIC单片机者-PIC16F648A for T0 interrupt with LED display, suitable for beginners who PIC microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:3415
    • 提供者:lyhas
  1. picRTOS

    0下载:
  2. 精简的pic rtos 汇编代码。 每个任务包括变量定义、初始化程序、中断程序、核心程序。使用编译器MPASM。 对理解rtos、按照rtos思路写pic单片机的小程序很有帮助。-Pic rtos streamlined assembly code. Each mission, including the definition of variables, initialization procedures, interruption of the procedure, the core prog
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3181
    • 提供者:张东杰
  1. pbp_interupt

    0下载:
  2. 使用PIC Basic Pro语言开发PIC单片机应用程序时使用Timer中断的应用实例-PIC Basic Pro language used to develop single-chip microcomputer PIC application using Timer interrupt the application of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:18841
    • 提供者:nickwolfe
  1. bike

    1下载:
  2. PIC单片机电动车解决方案,/电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以 //限制电机的最大电流。本应用程序用到两个CCP部件,其中CCP1用于PWM输出,以控 //制电机电压;CCP2用于触发AD,定时器TMR2、TMR1,INT中断,RB口电平变化中断, //看门狗以及6个通用I/O口-BIKE
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:49801
    • 提供者:
  1. DriveofBrushlessDCMotorforElectricMotorcycleBasedo

    1下载:
  2. 本课题结合无刷直流电机的结构特点,完成控制系统。根据硬件电路设计相应的外围辅助电路,并编辑驱动程序。使控制器具有体积小、功能全、价格低的优点。本课题采用Microchip公司PIC系列单片机16F72作为控制芯片,在降低成本与提高控制性能之间取得较好平衡。根据PIC16F系列单片机的特点设计了系统的控制策略:利用PIC单片机的引脚电平中断控制电机的换相,根据霍尔信号输出6路控制信号驱动电机旋转;利用AD转化功能检测手柄电压,实现给定速度检测,保证响应速度;实现电机正反转转换、启动防冲车、欠压重启
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7940
    • 提供者:兜兜
  1. int

    0下载:
  2. PIC16F877单片机使用外部中断最简单的演示程序,适合PIC单片机初学者使用。-PIC16F877 MCU external interrupt most simple demonstration program, suitable for PIC microcontrollers for beginners to use.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:23701
    • 提供者:LHT
  1. pic_AD

    0下载:
  2. PIC单片机AD转换汇编程序,A/D采用中断方式。该程序通过单片机的RA2模拟通道送入 一直流电压,当送入的直流电压大于2.5V时,8个LED闪动,当直流电压恢复到2.5V以下时,LED停止闪动。为了防止干扰,本程序对直流电压采样10次后再作判断,中间的采样结 果用间接寻址的方式存取。 -for PIC ad control
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2227
    • 提供者:chenglin
  1. I2Cbus

    0下载:
  2. I2C 24LC02 C读写例程(PIC单片机)-I2C 24LC02 C to read and write routines (PIC microcontroller)
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:22675
    • 提供者:王玉明
  1. Interrupts

    0下载:
  2. 基与PIC单片机的中断模式所编写的子程序 .-PIC microcontroller-based and written in the interrupt mode subroutine.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6887
    • 提供者:晓锋
  1. pic-int0-led

    0下载:
  2. PIC单片机进行外部中断INTO实验,外部开关给个5V电压,LED灯能亮,开关与单片机之间加个74LC14反向输出-PIC Microcontroller external interrupt INTO experiment, the external switch to a 5V voltage, LED lamps can be lit, the switch between the microcontroller output to add a 74LC14 reverse
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3571
    • 提供者:lyhas
  1. int_1

    0下载:
  2. PIC单片机中断程序,实现定时器的功能了啊。欢迎大家下载。-PIC microcontroller interrupt procedures to achieve the function of the timer, ah. Welcome to download.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:17913
    • 提供者:曾庆亮
  1. Interrupt

    0下载:
  2. PIC单片机的中断程序,在MPLAB环境下运行-PIC microcontroller interrupt routines run in the MPLAB environment
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12992
    • 提供者:cao
  1. 11

    0下载:
  2. PIC单片机程序,实现一些功能。包括端口设置 中断 定时等-PIC microcontroller program to achieve some of the features. Including interrupt timing and other port settings
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:28646
    • 提供者:h w
  1. pic-c-WORD-edition

    0下载:
  2. 基本的pic单片机c语言编程 AD程序实现模拟量到数字量的转换功能; CAN程序实现CAN总线通讯功能; keyboard_check程序实现键盘的扫描查询方式输入; keyboard_disturb程序实现PORTB的"电平变化中断"进行键盘的输入; led0-8程序实现在8个LED上依次显示1~8数字; PWM程序用于使CCP1模块产生分辨率为10位的PWM波形,占空比为50 ; RS-232程序通过RS-232接口来完成
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:58880
    • 提供者:zhiyan
  1. PIC

    0下载:
  2. PIC16F1947的中文文档,PIC单片机中断程序的设计技巧-PIC16F1947 Chinese documents, PIC microcontroller interrupt program design techniques
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:4036936
    • 提供者:shierbei
  1. PIC单片机滚动码解码C程序

    2下载:
  2. //PIC单片机滚动码解码C程序 // Interrupt based receive routine 基于中断的接收例程 // Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93 #define CLOCK 4 // MHz #define TE 400 // us #define OVERSAMPLI
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:jihh04
« 12 3 »
搜珍网 www.dssz.com