On 4/19/2016 12:57 PM, Byron Jeff wrote: > Reposting adding the [PIC] tag... > > BAJ > > On Tue, Apr 19, 2016 at 06:25:07AM -0700, MarkRitz wrote: >> Hey guys I am new to PICKIT controllers so forgive me is this is an easy= task >> for any of you guys >> >> I recently brought a PICKit 1 flash starter kit and have been playing ar= ound >> with it a bit making different LED lights flash but was recently set a = task >> which I am having trouble doing. I am trying to make a program that make= s >> the LEDs light up in the order D5, D3, D6, D5, D2, D0, D7, and then repe= ats >> this sequence continuously and make each LED be ON for a period of >> approximately 0.5 second before turning OFF for the next 0.5 second so t= hat >> they are clearly visible. Then the next LED in the sequence takes over. >> >> I am finding this vey hard to do and wanted to know if anybody could hel= p me >> with this as it would be greatly appreciated Byron, Welcome to the world of PIC microcontrollers. For this project you need to know: - Which pins of the microcontroller are connected to which LEDs - Whether the output from those pins needs to be HI or LO to turn the=20 LED ON or OFF - How to set each pin of those pins as an output - How to output a 1 or a 0 from each pin - How to write a delay routine or to use the timer to implement a delay - How to set up a loop Are you programming in assembly? C? Basic? What have you tried and what indications are you getting? Can you post your code so we may help you figure out where the problem is? Richard --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .