I2C storage issue


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    Or use an ST M41T81 in place of the DS1307. It automatically stores a timestamp whenever it goes on battery power allowing you to track power failure durations.

  2. #2
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    The way I see its going towards array and long!!, unless there is another method.
    A simpler description of what I am looking is:

    I2Cread time1
    record time1
    ...code...
    I2Cread time2
    record time2
    ...code...
    I2Cread time3
    record time3
    ...code...

    So I can keep 100 different times

    K

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