Commands
Ben1234
Posts: 2
I need to generate a 25ms pulse every 100ms for 2 sec.· Whixh command should I use??
BILL
BILL
Comments
and i is a byte variable not otherwise used at this point in your program):
FOR I = 1 TO 20
HIGH pin : PAUSE 25 : LOW pin : PAUSE 75
NEXT
Thank you. I have look all through the command list and could not find one command to this like "PULSOUT"
Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com