LED Blinking with PIC18F4520 Starter Board
In this tutorial we will learn how to blink the LED's with PIC18F4520 Starter Board.
Starter PIC board has two on board LED's connected to PORTD.0 and PORTD.1.
Steps
- Configure the PORTS as outputs using TRIS registers.
- Turn ON all the LEDs and wait for some time.
- Turn OFF all the LEDs and wait for some time..
Code