搜索资源列表
PICC_93C46
- 用picc编写的93c46读写程序,未使用spi端口,而是采用io口仿真时序。-used to prepare the reader 93c46 procedures, the use of 20 ports, but I used io timing simulation.
PICC-8.35破解版
- PICC-8.35破解版,绝对好用,本人一直用它,PICC-8.35 crack version, absolutely easy to use, I have been using it
heat
- PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
PICC_PRO_9_6_0PL3
- 本人用过的,非常好用,效率很高,比别的代码质量高的多的多-I used a very useful and efficient than other high-quality multi-code multi-
i2c
- I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector -I2C driver for PIC, PICC compiler- bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
PICC18
- HI-TECH PICC18编译器,但是我的注册码生成器不好用了-HI-TECH PICC18 compiler, but I am not the key generator with the
PIC_Base_C_1
- 在HITECH和CCS环境下设置I/O口的C语言样例-Introducing HI-TECH C PRO, HI-TECH PICC-Lite and CCS PCB Digital I/O, debouncing, and using weak pull-ups on baseline PICs
pid
- PICC语言PID调节,内含两种常用方法,希望大家拍砖-PICC language PID regulator, containing two kinds of commonly used, and I hope everyone Paizhuan
pc2232pb
- PIC 16f877a USB通讯,I/O口控制,很强大的功能哦-PICC 16f877a USB communication
picc
- 做过的一些关于A/D转换,can总线,USB等等,希望可以帮得了大家,具体说明,程序里面都有注解,-Done about A/D conversion, can bus, USB, etc. I hope you can help got the specific instructions and procedures which have a comment, thank you
PICC-DS18B20-DHT11-DS1302-18F45K20
- 本源码用CCS C 语言,基于PIC18F45K20芯片,包含了LCD12864 显示代码模块,DS18B20温度检测模块,DHT11温湿度模块,DS1302时钟模块,经本人实物调试完美通过。-The source using CCS C language, based on PIC18F45K20 chip contains LCD12864 display the code module, DS18B20 temperature detection module, DHT11 tempera
LED
- 首先,你用的C18编译器只能编译PIC高端的8位单片机PIC18系列单片机。不建议初学者开始就先学PIC18单片机,建议先学PIC10、PIC12、PIC16系列单片机。如需要编译C文件,可以在Microchip的官网下载HT-PICC for PIC12/16那个。但也不建议初学者开始学就用C编写。如果你不了解单片机内部结构和指令(指令就是汇编),那你永远也没法学懂单片机(不管是否PIC的)。啰嗦的话说完了,现在说一下你的问题。装好以后,先要建立好一个项目,在建立项目的时候需要你指定编译器,则