hesho90
Member level 4
hello im makeing a led project with my PIC16F877A
and this my code
and my designs and the led blink and open
but when i try it on my breadboread the led go on and dont blink and open its just open
and this my code
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 void main() { TRISA = 0xFF; TRISB = 0; loop: PORTB=0B1; delay_ms(500); PORTB=0B0; delay_ms(500); goto loop; }
and my designs and the led blink and open
but when i try it on my breadboread the led go on and dont blink and open its just open
Last edited by a moderator: