RTC take two


Closed Thread
Results 1 to 5 of 5

Thread: RTC take two

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    583


    Did you find this post helpful? Yes | No

    Default Re: RTC take two

    Many thanks

  2. #2
    Join Date
    Feb 2011
    Posts
    60


    Did you find this post helpful? Yes | No

    Default Re: RTC take two

    And if you want to add to time values from DS1307 then convert to decimal before addition --

    sec = (RTCsec >> 4)*10 + (RTCsec & $F)

Similar Threads

  1. I2C RTC Help
    By isaac in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th February 2012, 11:32
  2. Rtc Revisted
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th March 2007, 04:50
  3. Another RTC, DS1287
    By DavidK in forum Code Examples
    Replies: 0
    Last Post: - 12th December 2006, 17:07
  4. X1226 RTC - Help
    By charudatt in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th August 2006, 17:54
  5. Rtc
    By sonic in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th May 2004, 05:39

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