搜索资源列表
dingshi8
- 超声波测距,使用C与汇编混合* 芯片: PIC16F873A * * 晶振: 4MHz * * * * 使用PICC8.05编译器,MPLAB v7.50调试。 * * *
ECE348_Lab1_shah006
- To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging. This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Por
mce_practicas
- This zip files contains twelve practices in assembler and C with the project files to work with the MPLAB IDE environment.
LED
- 首先,你用的C18编译器只能编译PIC高端的8位单片机PIC18系列单片机。不建议初学者开始就先学PIC18单片机,建议先学PIC10、PIC12、PIC16系列单片机。如需要编译C文件,可以在Microchip的官网下载HT-PICC for PIC12/16那个。但也不建议初学者开始学就用C编写。如果你不了解单片机内部结构和指令(指令就是汇编),那你永远也没法学懂单片机(不管是否PIC的)。啰嗦的话说完了,现在说一下你的问题。装好以后,先要建立好一个项目,在建立项目的时候需要你指定编译器,则