Re: will u plz help me
Byron A Jeff <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 25, 2005 at 01:01:14PM -0700, danesh chandran wrote: > i want to do one mct project.to light up a 2 digit 7 segment display as > 15.after that i want to light up 5 leds one by one with a small delay.will u > plz hepl me Sure. First off Google is a great resource. Let's try "PIC 7-segment display schematic" The 2nd link leads here: http://www.qsl.net/dl4yhf/freq_counter/freq_counter.html It has the source code too. While it does have all of the frequency counter stuff, the display code of interest is there too. The project you propose above is only slightly more complicated than the typical blink an LED. I'd take a look for those. Be sure to check out Wouter van Ooijens "Starting with PICs" page here: http://www.voti.nl/swp/n_index.html The only "problem" is that his code is in JAL. JAL is a cool language but its usage isn't so widespread that you can easily get support. Hope this gets you started. BAJ