Welcome to the user wiki for MELabs PICBASIC Compiler.
Where posts are made in the forum that contain useful code examples or other information, community members can promote them to the WIKI area to preserve them in this managed, indexed area.
Content on this site is submitted by users and is used at your own risk.
Re: PIC 16F1613 progam not working
maybe you mean
richard Yesterday, 23:20while(1){
LATAbits.LATA4=1;
_delay(1000000);
LATAbits.LATA4=0;
_delay(1000000);
}
while(1)