(Created page with "[[[Category:Starter PIC16F877]] In this tutorial we will learn how to blink the LED's with PIC16F877 Starter Board. The Explore Starter PIC board has two on board LED's which...")
 
Line 4: Line 4:
  
 
=Register Configuration=
 
=Register Configuration=
 +
 +
=Code=
 +
[[Category:Starter PIC16F877]]
 +
<html>
 +
<script src="https://gist.github.com/anonymous/05b2ff6f93c40e30b2c9b5d510f535dd.js"></script>
 +
</html>

Revision as of 13:50, 27 April 2016

[[[Category:Starter PIC16F877]] In this tutorial we will learn how to blink the LED's with PIC16F877 Starter Board. The Explore Starter PIC board has two on board LED's which are connected to PORT D0 and PORT D1.

Register Configuration

Code