Difference between revisions of "LED Blinking with PIC16F877A Starter Board"
Line 6: | Line 6: | ||
=Code= | =Code= | ||
− | |||
<html> | <html> | ||
<script src="https://gist.github.com/sharanago/6561921de354fc92f5254845dcc16063.js"></script> | <script src="https://gist.github.com/sharanago/6561921de354fc92f5254845dcc16063.js"></script> | ||
</html> | </html> |
Revision as of 13:56, 27 April 2016
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