(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:Starter PIC16F877]]
 
[[Category:Starter PIC16F877]]
 
In this tutorial we will learn how to ON OFF LED with Switch on PIC16F877 Starter Board.<br>
 
In this tutorial we will learn how to ON OFF LED with Switch on PIC16F877 Starter Board.<br>
The Explore Starter PIC board has two on board LED's which are connected to PORT D0 and PORT D1 and two on board Switches which are connected to PORT D2 and PORT D3. <br><br>
+
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. <br><br>
  
 
=Steps=
 
=Steps=
#Configure the PORT D0 as outputs using TRIS registers.
+
#Configure the PORT D0 as output .
#Configure the PORT D2 as input using TRIS registers.
+
#Configure the PORT D2 as input.
 
#Read the switch status.
 
#Read the switch status.
 
#ON/OFF the led as per switch status.
 
#ON/OFF the led as per switch status.

Latest revision as of 18:28, 2 May 2016

In this tutorial we will learn how to ON OFF LED with Switch on PIC16F877 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

  1. Configure the PORT D0 as output .
  2. Configure the PORT D2 as input.
  3. Read the switch status.
  4. ON/OFF the led as per switch status.

Code

Demo

PIC16f877A LED Switch.gif