Re: 555 question



In article <12u9ev7ophbmd19@xxxxxxxxxxxxxxxxxx>, spam-not@xxxxxxxxxxx
says...
James Beck wrote:

What did someone say, the PIC10 and 12 series are the 555 of today?
I would just about agree, with a little programming you could do the
above without all the external support parts. Use the internal RC osc
and you are on your way. Just look for the edge, do the output
"thing" and wait for the next edge, rising or falling, it's up to you.

Show us your code. :-) Them's the rules. If you say "use a pic" you're
obligated to show how it's done. ;-)


How's this?

while(TRUE)
{
if(edge_hightolow() && timed_out())
handle_output();
}

or

while(TRUE)
{
if(edge_lowtohigh() && timed_out())
handle_output();
}

Now, just fill in the functions.....
;)

Jim


.



Relevant Pages

  • Re: 555 question
    ... Rich Grise wrote: ... with a little programming you could do the ... above without all the external support parts. ... "thing" and wait for the next edge, rising or falling, it's up to ...
    (sci.electronics.basics)
  • Re: 555 question
    ... James Beck wrote: ... with a little programming you could do the ... above without all the external support parts. ... "thing" and wait for the next edge, rising or falling, it's up to you. ...
    (sci.electronics.basics)
  • Re: 555 question
    ... with a little programming you could do the ... above without all the external support parts. ... Use the internal RC osc ... "thing" and wait for the next edge, rising or falling, it's up to you. ...
    (sci.electronics.basics)
  • Re: Enlightenment
    ... they [fireflies] were always rising when they glowed. ... programming. ... miss seeing them as much as I used to in Virginia. ...
    (rec.arts.sf.fandom)
  • Re: 555 question
    ... with a little programming you could do the ... above without all the external support parts. ... Use the internal RC osc ... "hide and go fuck yourself"? ...
    (sci.electronics.basics)

Quantcast