搜索资源列表
PIC_STUDY
- 完整的PIC学习程序示例 软件功能: RT1602C驱动 UART串口输出,波特率为19200 按键扫描: 键1控制LCD的显示状态,接收状态或是发送状态 键2循环控制UART将要输出的子串口 AD转换功能 UART串口接收中断 TIME1定时器中断 具体请参考硬件连接图-integrity of the learning process software examples : RT1602C driven serial UART output. ba
zhongduan
- pic中断经典程序,收藏了很多年,大家来 看看吧 !内有详细注释,很容易看懂!
PICinterrupt
- PIC中断与时间中断汇编编程,内含三个子程序,包括蜂鸣器发出歌声程序,时间表等
PIC芯片用于USB的源程序
- 这是用PIC芯片处理USB的源代码,包括初始化USB,中断设置等,是汇编语言入门USB操作的很好参考程序!-This is the PIC chip USB source code, including the USB initialization, interrupt settings, assembly language entry USB good reference operating procedure!
key4x4.PIC单片机上4X4键盘中断方式实现键盘扫描程序
- PIC单片机上4X4键盘中断方式实现键盘扫描程序,C语言源代码,4X4 Single-chip PIC keyboard interrupt the way the keyboard scanner, C-language source code
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
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
PIC
- 通过调试的保险柜程序,包含通讯,中断,蜂鸣器,RS232通讯.-Safe through the debugging process, including communication, interruption, buzzer, RS232 communication.
2007421755467742
- 中断程序简单资料,PIC,C51,程序,汇编-Interruption of the procedure of information easy, PIC, C51, procedures, compilation 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.
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
main
- 单片机MCC 18 pic 中断程序,是外部中断。-PIC INT
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
跑马灯程序
- pic16f887的跑马灯程序,主要以中断控制和time0控制为主(Pic16f887 running horse lamp program, mainly to interrupt control and time0 control)