WTimer

Discussion in 'Arduino IDE' started by xwalter, Jan 22, 2016.

  1. xwalter

    xwalter Member

    Joined:
    Sep 8, 2014
    Messages:
    89
    Likes Received:
    4
    The file in attached is a library I wrote to solve the timing problem without to use the stupid delay() blocking funcion.
    Install the library as normally you know into your arduino libraries folder and start to use it by examples inserted in.
    This library uses the timer as an automation plc , there 2 kind of timers
    1) TON = activation delayed with the start activated
    2) TOFF= Deacitivation after a time
    Clock with different frequencies.
    Take a look here to watch some examples





    ciao
    Walter
     

    Attached Files:

    Last edited: Jan 22, 2016
    waltervl likes this.
  2. xwalter

    xwalter Member

    Joined:
    Sep 8, 2014
    Messages:
    89
    Likes Received:
    4
    nice , you have the same name....:D
     
  3. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi @xwalter,
    1) what do you mean with "nice, you have the same name?" The author of the post and the user that commented before me is the same user: you.
    2) it could be cool if you added this library to Hackster! Would you?
     
  4. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    I think xwalter reacted on my like :)
     
    Andrea Rovai likes this.
  5. xwalter

    xwalter Member

    Joined:
    Sep 8, 2014
    Messages:
    89
    Likes Received:
    4
    hi Andrea .
    Is not me , I don't have any other nick , just xwalter
    Yes , nice was for the message before which desappear ....
    Ok we can add the WTimer library to Hackster ...I'm writing a new one where the timers are managed alone , not in array inside the library likw now , but anyway we can post it
     
    Andrea Rovai likes this.
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Very good to hear that! and sorry for the misunderstanding :)
     
  7. xwalter

    xwalter Member

    Joined:
    Sep 8, 2014
    Messages:
    89
    Likes Received:
    4

Share This Page