搜索资源列表
PICIrDA_RPM871873
- PIC MCU操作rpm871/873红外收发模块的C源代码,用PICC16\\18编译,MCU时钟为4M时实用,其它时钟需要修改延时参数.-PIC MCU operation rpm871/873 Infrared Transceiver Module C source code, use PICC16 \\ 18 compiler, MCU clock for four M practical, the other clock delay parameters need to be amen
PIC-DELAY
- PIC汇编各个时间延时小程序,已经通过测试。总结~!
PIC-ASM-delay-prog-lib PIC单片机的汇编延时子程序库
- PIC单片机的汇编延时子程序库,默认4M晶振,延时从10u秒到1秒,包含数个可直接使用的延时子程序,方便快捷!-PIC microcontroller assembler delay subroutine library, the default 4M crystal, the delay from the 10u seconds to 1 second, contains several delay subroutine can be used directly, convenient and
ir
- PIC单片机红外线遥控接收解码实例 //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡-PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming
PICFDelayCalc
- pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。 1层循环例程: movlw 0x00 取值 movwf n0 incfsz n0 goto $-1 return 2层循环例程: movlw 0x11 外层 movwf n1 movlw 0x00 里层 movwf n0 incfsz n0 goto $-1 incfsz n1 goto $-5 return-D
PIC-delay-Procedures
- 比较详细的PIC单片机的精确延时的计算,全部为汇编语言-More detailed PIC MCU accurate delay calculation, all for the assembly language
3-LED-2-DELAY
- 一个用PIC控制LED数码管(三个数码管并排用的那种)的程序,可以延时显示几组数-to control LED
delay
- Asm routine for temporisation PIC
delay
- delay function for pic microcontroller it ll use to ur program
PIC_delay
- PIC C延时函数和循环体优化,有助于提高程序精确性-PIC C delay function and the loop optimization
LM020L(PIC)
- /RS,RW,E分别接RE0,RE1,RE2 D7-D0接RD口 #include <pic.h> /*头文件*/ #define LCD_RS RE0 /*定义引脚*/ #define LCD_RW RE1 #define LCD_E RE2 #define Busy RD7 void WR_COMM() void DISPLY() void CHECK_BF() void PLAY_LCD() /*函数声明*/ vo
delay
- Example programming for PIC delay
picWDT
- pic单片机实现“看门狗”WDT的功能,包含系统初始化子程序、延时子程序、主程序。-pic microcontroller to achieve the " watchdog" WDT features, including system initialization routine, the delay subroutine, the main program.
PIC01
- PIC延时1S点灯的小程序,以前做一个小产品里面用的。有兴趣的朋友可以下载。877的片子,4M的晶振。-PIC delay a 1S lighting program used to do a small inside. Friends who are interested can download. 877 films, 4M crystal.
PIC--RS485
- //19200波特率每字符时间为572us,1.5个字符时间为858+572=1430us,3.5个字符时间为2002+572=2574us //1.5个字符时间T1_15延时常数:(65536-T1_15)=1430,T1_15=64106=0xFA6A //3.5个字符时间T1_35延时常数:(65536-T1_35)=2574,T1_35=62962=0xF5F2 //对某一站号发出命令后,在10ms之内没有收到正确的信息帧,认为无此站号 //用TMR0延时10ms:
Delay-Function
- PIC单片机的几个延时函数,采用4M晶振,延时函数直接调用,延时准确!-Several delay function of PIC microcontroller, with 4M crystal, direct call delay, delay accuracy!
Blink-with-delay
- interfacing leds with pic
新建 Microsoft Office Word 97-2003 文档
- PIC单片机系统隐藏的延时方法,该函数为编译器自带延时函数(Hidden delay method of PIC single chip microcomputer system)
《PIC实现音乐播放程序》
- ;PIC16F877A实现音乐播放程序(《两只老虎》片段) ;功能说明: ;1.通过驱动实验板上的蜂鸣器发声,实现音乐的播放。 ;2.从TABLE中取出播放音乐的音调(1、2....7)通过改变该表中的值即可实现播放不同的音乐。 ;3.从TABLE_YP中取出播放音乐的音频,即该音调持续的时间。 ;4.调整DELAY延时的长短即可实现音乐播放的快慢。(PIC16F877A music player program (two tigers) Function descr ipt
timer1_1msdelay
- pic timer1 with 1ms delay