Line 1: Line 1:
 
[[Category:Starter PIC16F877]]
 
[[Category:Starter PIC16F877]]
In this tutorial we will learn how to blink the LED's with 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. <br><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>
  
 
=Steps=
 
=Steps=

Revision as of 16:26, 27 April 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 PORT D0 and PORT D1 and two on board Switches which are connected to PORT D2 and PORT D3.

Steps

  1. Configure the PORTS as outputs using TRIS registers.
  2. Turn ON all the LEDs and wait for some time.
  3. Turn OFF all the LEDs and wait for some time.

Code

Demo

PIC16f877A LED Switch.gif