Help with realtime clock and timer


Results 1 to 21 of 21

Threaded View

  1. #10
    geselaw's Avatar
    geselaw Guest


    Did you find this post helpful? Yes | No

    Default New Schematic

    I have tried to make the schematic readable. The schematic that I posted last time was unreadable even to me ,and I found so many silly mistakes and tried to correct them. If you find any more mistakes ,it is just because I don't know better for the time being ,but I am hear to learn.

    I have also made minor correction under the "Start" Label

    Start:

    'Initial Battery charging (if not intiated yet by low battery from assembely interupt)
    if (charger = 1) and (bat_hour != 0) then 'This will stop the programe from adding another charging-
    goto System_Start '-hour if the battery is already being charged caused by low battery-
    endif '-in the begining of the programe
    bat_hour = hour + 8 '*** charge the battery no matter what at start
    charger = 1 'Charge pin on
    Attached Images Attached Images  

Similar Threads

  1. Elapsed Timer Demo
    By Darrel Taylor in forum Code Examples
    Replies: 111
    Last Post: - 29th October 2012, 17:39
  2. Clock with timer interrupt0
    By boban in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 4th November 2009, 14:59
  3. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  4. Clock using Instant Interrupts
    By PICpocket in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th February 2009, 21:43
  5. clock and date without using real timer
    By eepro in forum Off Topic
    Replies: 1
    Last Post: - 21st September 2008, 02:38

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