How long does this circle take?


Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    May 2010
    Posts
    26

    Default How long does this circle take?

    How long does the green part take if not excecuted, so the verification whether switch = pushed ?
    Code:
    DEFINE OSC 4
    
    WHILE 1 = 1
    TOGGLE Led
      For counter = 1 to Zeit
        if switch = pushed then
          Pause 475
          WHILE switch = unpushed
          WEND
          Pause 475
        EndIf
        Pauseus 990
      Next counter
    WEND
    Regards
    IAmTheAnswer
    Last edited by IAmTheAnswer; - 9th May 2010 at 12:10.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts