count down timer 12f683 4 modes


Closed Thread
Results 1 to 5 of 5
  1. #1

    Default count down timer 12f683 4 modes

    I'am very new at programming and having issues on a solution .

    Using 12f683
    would like 4 timer modes that will hold pin 5 high for 5 secs off for 5 secs at a time for duration of mode selected .

    Modes as follows 5 mins, 10 mins, 20 mins counting down to zero then enter sleep mode when done . only one timer will be running at a time

    Each mode can be selected with one push button each button press will move to next mode timer using pin 7 with led flashing mode ,


    If anyone can help me figure this out I would jump for joy .


    using mikro C asm is ok also .

  2. #2
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Re: count down timer 12f683 4 modes

    Create your countdown timer with a variable which contains the initial value according to your setting of switches or some serial input .
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: count down timer 12f683 4 modes

    Sounds like a plan but a bit over my head can you please give me a code example to get me stated .

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: count down timer 12f683 4 modes

    Quote Originally Posted by chrisrlundberg View Post
    Sounds like a plan but a bit over my head can you please give me a code example to get me stated .
    using mikro C asm is ok also .
    Sorry, this is a PicBasic forum.
    Dave
    Always wear safety glasses while programming.

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: count down timer 12f683 4 modes

    I'am also using pic-basic if any one can help it would be appreciated . Thanks .

Members who have read this thread : 2

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