1st Program
Welcome to my blogspot.
This is our first project. please like,commend & share.Subscribe our channel for more videos.
Microcontroller is the most important of electronics. At present Microcontroller project used automatic control.As like street light control, Robotics, digital clocks, home automatic system etc.
1st code for PIC16F877A.
void main( ) {
TRISB = 0x00;
PORTB = 0xFF;
}
Picture of PIC16F877A
Please click download button for hex file.
No comments: