Switch and LED with PIC18F4520 Starter Board
In this tutorial we will learn how to ON OFF LED with Switch on PIC18F4520 Starter Board.
The Explore Starter PIC board has two on board LED's which are connected to PORTD.0 & PORTD.1 and two on board Switches which are connected to PORTD.2 & PORTD.3.
Steps
- Configure the PORT D0 as output .
- Configure the PORT D2 as input.
- Read the switch status.
- ON/OFF the led as per switch status.
Code