LED chaser using PIC 16F84A
A simple LED chaser with 8 LEDs and the PIC microcontroller 16F84A. Hex file and source code included. (August 10, 2009)

Here is the HEX code, just download it, program the PIC and put the hardware together. it will be ready to go in less than 5 minutes.
Fuse configuration: OSC RC, CP OFF, Pwr Timer ON, WDT off
How it works?
First, a variable is set to 0000_0001b (binary), then it is shifted to the left until it reaches 1000_0000b, then it is shifted to the right until it reaches 0000_0001b and the process starts again. If you want to download the source code (ASM file), click HERE.
Please be aware that all software, schematic, information or any other data on this website is provided AS-IS, that means no warranty of any kind. For more information read the Disclaimer.
< LCD Clock/Calendar | Homepage circuits Index |
LED Flasher Circuit - Flip Flop> |