搜索资源列表
PICkongzhidianji-wanzheng
- 用PIC控制步进电机完整资料!!希望对大家有帮助! F84程序, ******************************************************** Stepper Motor controller Author : Seiichi Inoue ******************************************************** list p=pic16f84a
ccsc_dcp_lcd
- 使用PIC 16F877A及CCS-C语言编写的可以在ICD/MCD2 DEMO板上运行的应用程序,可以以RB0按键控制数字电位器(Xicor X9C102)改变电阻、并在DEMO板的1602 LCD上实时显示效果。-PIC 16F877A and the use of CCS-C language ICD/MCD2 DEMO board can run applications, key control can Rb0 Digital Potentiometers (Xicor X9C102)
mplab
- pic单片机开发软件mplab的相关资料,能帮助熟练掌握mplab软件,希望对大家有用-pic development software MPLAB Singlechip relevant information, to help master the MPLAB software, everyone would like to be useful
PIC_EEPROM
- PIC单片机自带epprom读写操作程序,支持所有系列。-PIC to read and write single-chip epprom own operational procedures, support for all series.
PIC-P-RTC-P-KEYPAD-P-LCD
- program to interface pic with RTC,keypad,LCD
zhongduan
- 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”