#include<pic.h>
void main(void){ ADCON1 = 0x06 PORTA = 0x00; TRISA = 0x00;PORTA =0x0F;
while(1) {
}}用得编译工具是MPLAB,配置为MPLAB自带的configuration bits 当中就选择了OSC为RS,其他全部为OFF,但是RA0-RA4无法输出高电平,求高手。