搜索资源列表
3.2寸真彩TFT液晶触摸屏
- 3.2寸真彩TFT液晶触摸屏,320*240像素,26万色,i8080 16位并行接口,带转接板及触控芯片,可以直接用AVR、51、PIC、dsPIC、ARM7、STM32等单片机驱动。 ,3.2-inch TFT true color LCD touch screen, 320* 240 pixels, 260,000 colors, i8080 16-bit parallel interface, with adapter plate and touch the chip can be
PIC_MCP41010
- 数字电位器MCP41010与单片机的连接.驱动程序。需要的话可以做个参考-MCP41010 digital potentiometer connected with the microcontroller. Driver. If necessary you can be a reference to
PIC18_with_CAN_Bootloader
- 带有CAN接口的PIC18系列单片机的CAN BOOTLOADER汇编程序!-PIC18 with CAN interface CAN BOOTLOADER Series MCU assembler!
SLEEP
- PIC的一个睡眠程序,是用C语言写的,有兴趣的朋友可以下载下来试一下,还带PROTUS仿真原理图,很不错哟-PIC, a sleep program is written in C language, interested friends can download a try, but also with PROTUS simulation schematic, very good yo
pic-anaylse
- 验证码图片分析类。。。可以处理扭曲图片和模糊图片-Verification Code Analysis picture category. . . Can deal with fuzzy distorted picture and picture
PIC-example
- PIC单片机常用模块与典型实例Looking at the range of PIC microcontrollers today, anyone can be forgiven for a sense of complete bewilderment. There are literally hundreds of different devices, offered in different packages, for different applications. Let us t
PIC16F873A_FM_RTC_Test
- 本人之前用PIC的单片机开发的一个小产品,型号为PIC16F873,功能有FM收音机,RTC时间显示,不过显示用的点阵LED,对于FM模块有兴趣的朋友可以看看,FM芯片是Silabs的Si4700.-I used PIC microcontroller prior to the development of a small product, model for the PIC16F873, function FM radio, RTC time display, but the dot-matr
FatFs06
- FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap mi
PIC
- PIC单片机编程助手,内可设定单片机的各种配置,并根据设置后出输ASM程式-PIC Microcontroller Programmer Assistant, which can set a variety of single-chip configuration, and in accordance with set out the losers after the ASM program
asm-240128-blue-lcd-dispaly
- 辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的 2) LCD 指令中的MODE SET中的OR AND XOR 有图层的味道 3) DJNZ+指令C0H(DATA AND WRITE)与相同的数据时就会出错 4) CHAR ADN PIC分别清除 5) 几何图形绘制与实现图形 6) 菜单优化设计,结构体:
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
picCexample
- pic单片机C语言的程序例子其中包括:AD,CAN,KEYBOARD_CHECK,PWM.RS232,WDT ,液晶等-pic Singlechip C language program examples include: AD, CAN, KEYBOARD_CHECK, PWM.RS232, WDT, LCD, etc.
8051_PICcodes
- codes below are usefull codes for using peripherals with popular microcontrollers ADC test code for PIC 18f452 on chip ADC, connect a pot or any analog source and test the functionality of On chip ADC LCD INterface code for 18f452 RTC
PIC-USB-STK-USBtoRS232
- Emulates an serial to usb adapter with pic18f4550 internal uart and usb connection. It can communicate with any serial port via max232 interface chip.
PIC
- PLC电路图的基本模块,比较全。可以画出一般电路图-PLC circuit diagram of the basic modules, more whole. Can draw a general diagram
Newnes.PIC.Basic.Projects.30.Projects.using.PIC.B
- Covering the PIC BASIC and PIC BASIC PRO compilers, PIC Basic Projects provides an easy-to-use toolkit for developing applications with PIC BASIC. Numerous simple projects give clear and concrete examples of how PIC BASIC can be used to develop elect
458CANmotor
- pic can总线通信 18f458单片机与电脑can总线通信-pic can bus communication 18f458 microcontroller bus communication with a computer can
CAN
- PIC单片机在CAN通信中的应用。该程序是微芯单片机用CAN通讯的程序清单,对CAN开发者有很高的参考价值。-PIC microcontroller applications in CAN communication. This program is a list of program microchip microcontrollers with CAN communications, CAN developer for a high reference value.
7)-CAN
- CAN communication code TX and RX code with PIC MCU-CAN communication code TX and RX code with PIC MCU...
PIC18F with CAN
- Canopen的C语言实现,PIC单片机实现Canopen主站通讯。(C Language Implementation of Canopen)