搜索资源列表
I2C.rar
- I2C 总线C语言集锦包括,PIC单片机,51单片机,AVR单片机.,I2C Bus C language allehanda including, PIC microcontroller, 51 MCU, AVR Singlechip.
m_usart.rar
- 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
pic-USART
- pic单片机串口中断程序,调试已经通过,请大家放心使用-pic microcontroller serial interrupt program, debugging has passed, please rest assured to use
PIC24
- 本人整理的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
pic-T0-led
- PIC16F648A进行T0中断用LED显示,适合初学PIC单片机者-PIC16F648A for T0 interrupt with LED display, suitable for beginners who PIC microcontroller
picRTOS
- 精简的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
pbp_interupt
- 使用PIC Basic Pro语言开发PIC单片机应用程序时使用Timer中断的应用实例-PIC Basic Pro language used to develop single-chip microcomputer PIC application using Timer interrupt the application of
bike
- PIC单片机电动车解决方案,/电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以 //限制电机的最大电流。本应用程序用到两个CCP部件,其中CCP1用于PWM输出,以控 //制电机电压;CCP2用于触发AD,定时器TMR2、TMR1,INT中断,RB口电平变化中断, //看门狗以及6个通用I/O口-BIKE
DriveofBrushlessDCMotorforElectricMotorcycleBasedo
- 本课题结合无刷直流电机的结构特点,完成控制系统。根据硬件电路设计相应的外围辅助电路,并编辑驱动程序。使控制器具有体积小、功能全、价格低的优点。本课题采用Microchip公司PIC系列单片机16F72作为控制芯片,在降低成本与提高控制性能之间取得较好平衡。根据PIC16F系列单片机的特点设计了系统的控制策略:利用PIC单片机的引脚电平中断控制电机的换相,根据霍尔信号输出6路控制信号驱动电机旋转;利用AD转化功能检测手柄电压,实现给定速度检测,保证响应速度;实现电机正反转转换、启动防冲车、欠压重启
int
- PIC16F877单片机使用外部中断最简单的演示程序,适合PIC单片机初学者使用。-PIC16F877 MCU external interrupt most simple demonstration program, suitable for PIC microcontrollers for beginners to use.
pic_AD
- PIC单片机AD转换汇编程序,A/D采用中断方式。该程序通过单片机的RA2模拟通道送入 一直流电压,当送入的直流电压大于2.5V时,8个LED闪动,当直流电压恢复到2.5V以下时,LED停止闪动。为了防止干扰,本程序对直流电压采样10次后再作判断,中间的采样结 果用间接寻址的方式存取。 -for PIC ad control
I2Cbus
- I2C 24LC02 C读写例程(PIC单片机)-I2C 24LC02 C to read and write routines (PIC microcontroller)
Interrupts
- 基与PIC单片机的中断模式所编写的子程序 .-PIC microcontroller-based and written in the interrupt mode subroutine.
pic-int0-led
- 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
int_1
- PIC单片机中断程序,实现定时器的功能了啊。欢迎大家下载。-PIC microcontroller interrupt procedures to achieve the function of the timer, ah. Welcome to download.
Interrupt
- PIC单片机的中断程序,在MPLAB环境下运行-PIC microcontroller interrupt routines run in the MPLAB environment
11
- PIC单片机程序,实现一些功能。包括端口设置 中断 定时等-PIC microcontroller program to achieve some of the features. Including interrupt timing and other port settings
pic-c-WORD-edition
- 基本的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接口来完成
PIC
- PIC16F1947的中文文档,PIC单片机中断程序的设计技巧-PIC16F1947 Chinese documents, PIC microcontroller interrupt program design techniques
PIC单片机滚动码解码C程序
- //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