PBP 3.0 Gold Edition Supports more than 500 devices. |
PBP 3.0 Silver Edition Supports Mid-Range devices. |
||||
Number of computer installations allowed 3 (May be uninstalled and moved. License is for single user.) |
Number of computer installations allowed 3 (May be uninstalled and moved. License is for single user.) |
||||
|
Maximum supported clock frequency 20Mhz | ||||
Commercial License | Commercial License |
Re: PIC 16F1613 progam not working
maybe you mean
richard Today, 23:20while(1){
LATAbits.LATA4=1;
_delay(1000000);
LATAbits.LATA4=0;
_delay(1000000);
}
while(1)